POST api/Master/GetRepairContractList

Request Information

URI Parameters

None.

Body Parameters

GetRepairConInputs
NameDescriptionTypeAdditional information
RC_DP_ID

integer

None.

RC_AP_ID

integer

None.

RC_UNIT

integer

None.

RC_CUR_ID

integer

None.

RC_STATUS

string

None.

RC_SEARCH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RC_DP_ID": 1,
  "RC_AP_ID": 1,
  "RC_UNIT": 1,
  "RC_CUR_ID": 1,
  "RC_STATUS": "sample string 1",
  "RC_SEARCH": "sample string 2"
}

application/xml, text/xml

Sample:
<GetRepairConInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RC_AP_ID>1</RC_AP_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>
</GetRepairConInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.