POST api/Accounts/GetARControl
Request Information
URI Parameters
None.
Body Parameters
ARcontrolInput| Name | Description | Type | Additional information |
|---|---|---|---|
| AR_ID | integer |
None. |
|
| ARG_ID | integer |
None. |
|
| ARG_CP_ID | integer |
None. |
|
| ARG_STATUS | string |
None. |
|
| ARG_CODE | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AR_ID": 1,
"ARG_ID": 1,
"ARG_CP_ID": 1,
"ARG_STATUS": "sample string 1",
"ARG_CODE": "sample string 2",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<ARcontrolInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <ARG_CODE>sample string 2</ARG_CODE> <ARG_CP_ID>1</ARG_CP_ID> <ARG_ID>1</ARG_ID> <ARG_STATUS>sample string 1</ARG_STATUS> <AR_ID>1</AR_ID> <LENGTH>1</LENGTH> <START>1</START> </ARcontrolInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |