POST api/ReviewApplication/SendFlagRequest
Request Information
URI Parameters
None.
Body Parameters
SetQAFlagDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| EappHouseHoldIds | Collection of integer |
None. |
|
| EappIds | Collection of integer |
None. |
|
| FlagInfo | string |
None. |
|
| UnSelectedFlags | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EappHouseHoldIds": [
1,
2
],
"EappIds": [
1,
2
],
"FlagInfo": "sample string 1",
"UnSelectedFlags": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true