POST api/DepotMNR/GetDepotRepairContractList
Request Information
URI Parameters
None.
Body Parameters
GetDPRepairConInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| RC_DP_ID | integer |
None. |
|
| RC_AR_ID | integer |
None. |
|
| RC_UNIT | integer |
None. |
|
| RC_CUR_ID | integer |
None. |
|
| RC_STATUS | string |
None. |
|
| RC_SEARCH | string |
None. |
|
| RC_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RC_DP_ID": 1,
"RC_AR_ID": 1,
"RC_UNIT": 1,
"RC_CUR_ID": 1,
"RC_STATUS": "sample string 1",
"RC_SEARCH": "sample string 2",
"RC_CP_ID": 1
}
application/xml, text/xml
Sample:
<GetDPRepairConInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RC_AR_ID>1</RC_AR_ID> <RC_CP_ID>1</RC_CP_ID> <RC_CUR_ID>1</RC_CUR_ID> <RC_DP_ID>1</RC_DP_ID> <RC_SEARCH>sample string 2</RC_SEARCH> <RC_STATUS>sample string 1</RC_STATUS> <RC_UNIT>1</RC_UNIT> </GetDPRepairConInputs>
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. |