POST api/ReviewApplication/SendSubmitSGARequest
Request Information
URI Parameters
None.
Body Parameters
Collection of SubmitToSGADTO| Name | Description | Type | Additional information |
|---|---|---|---|
| EappPolicyId | integer |
None. |
|
| PolicyStatusId | integer |
None. |
|
| EappId | integer |
None. |
|
| EappHouseHoldId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EappPolicyId": 1,
"PolicyStatusId": 2,
"EappId": 3,
"EappHouseHoldId": 4
},
{
"EappPolicyId": 1,
"PolicyStatusId": 2,
"EappId": 3,
"EappHouseHoldId": 4
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true