POST api/DepotMNR/GetDPRepairHeader
Request Information
URI Parameters
None.
Body Parameters
GetDPRepairHeaderInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| RC_AR_ID | integer |
None. |
|
| RC_CP_ID | integer |
None. |
|
| RC_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RC_AR_ID": 1,
"RC_CP_ID": 1,
"RC_DATE": "2025-12-06T04:26:26.6697303+00:00"
}
application/xml, text/xml
Sample:
<GetDPRepairHeaderInputs 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_DATE>2025-12-06T04:26:26.6697303+00:00</RC_DATE> </GetDPRepairHeaderInputs>
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. |