POST api/Master/GetSpareParts
Request Information
URI Parameters
None.
Body Parameters
GetSparePartsInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| SPM_PARTS_NAME | string |
None. |
|
| SPM_BRAND_NAME | string |
None. |
|
| SPM_MANUFACTURER | string |
None. |
|
| SPM_AP_ID | integer |
None. |
|
| SPM_BILL_NUMBER | string |
None. |
|
| SPM_STATUS | string |
None. |
|
| SPM_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SPM_PARTS_NAME": "sample string 1",
"SPM_BRAND_NAME": "sample string 2",
"SPM_MANUFACTURER": "sample string 3",
"SPM_AP_ID": 1,
"SPM_BILL_NUMBER": "sample string 4",
"SPM_STATUS": "sample string 5",
"SPM_CP_ID": 1
}
application/xml, text/xml
Sample:
<GetSparePartsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SPM_AP_ID>1</SPM_AP_ID> <SPM_BILL_NUMBER>sample string 4</SPM_BILL_NUMBER> <SPM_BRAND_NAME>sample string 2</SPM_BRAND_NAME> <SPM_CP_ID>1</SPM_CP_ID> <SPM_MANUFACTURER>sample string 3</SPM_MANUFACTURER> <SPM_PARTS_NAME>sample string 1</SPM_PARTS_NAME> <SPM_STATUS>sample string 5</SPM_STATUS> </GetSparePartsInputs>
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. |