POST api/service/HoldDocuments
Request Information
URI Parameters
None.
Body Parameters
HoldDocumentsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| SmallLabels | Collection of string |
None. |
|
| HoldReason | string |
None. |
|
| CountryName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"SmallLabels": [
"sample string 1",
"sample string 2"
],
"HoldReason": "sample string 2",
"CountryName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.