POST api/ForwadingBilling/PostStoTyreDtls
Request Information
URI Parameters
None.
Body Parameters
StoTyreDtlsInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| STO_ID | integer |
None. |
|
| SPD_ID | integer |
None. |
|
| STO_CREATED_BY | integer |
None. |
|
| STO_TYRE_DETAILS | Collection of POTyreDtlsInputs |
None. |
Request Formats
application/json, text/json
Sample:
{
"STO_ID": 1,
"SPD_ID": 1,
"STO_CREATED_BY": 1,
"STO_TYRE_DETAILS": [
{
"STD_ID": 1,
"STD_DSO_PO_ID": 1,
"STD_SPD_ID": 1,
"STD_TYR_ID": 1,
"STD_TYRE_NAME": "sample string 1",
"STD_BRAND_NAME": "sample string 2",
"STD_TYRE_SIZE": "sample string 3",
"STD_EXP_KM": 1
},
{
"STD_ID": 1,
"STD_DSO_PO_ID": 1,
"STD_SPD_ID": 1,
"STD_TYR_ID": 1,
"STD_TYRE_NAME": "sample string 1",
"STD_BRAND_NAME": "sample string 2",
"STD_TYRE_SIZE": "sample string 3",
"STD_EXP_KM": 1
}
]
}
application/xml, text/xml
Sample:
<StoTyreDtlsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<SPD_ID>1</SPD_ID>
<STO_CREATED_BY>1</STO_CREATED_BY>
<STO_ID>1</STO_ID>
<STO_TYRE_DETAILS>
<POTyreDtlsInputs>
<STD_BRAND_NAME>sample string 2</STD_BRAND_NAME>
<STD_DSO_PO_ID>1</STD_DSO_PO_ID>
<STD_EXP_KM>1</STD_EXP_KM>
<STD_ID>1</STD_ID>
<STD_SPD_ID>1</STD_SPD_ID>
<STD_TYRE_NAME>sample string 1</STD_TYRE_NAME>
<STD_TYRE_SIZE>sample string 3</STD_TYRE_SIZE>
<STD_TYR_ID>1</STD_TYR_ID>
</POTyreDtlsInputs>
<POTyreDtlsInputs>
<STD_BRAND_NAME>sample string 2</STD_BRAND_NAME>
<STD_DSO_PO_ID>1</STD_DSO_PO_ID>
<STD_EXP_KM>1</STD_EXP_KM>
<STD_ID>1</STD_ID>
<STD_SPD_ID>1</STD_SPD_ID>
<STD_TYRE_NAME>sample string 1</STD_TYRE_NAME>
<STD_TYRE_SIZE>sample string 3</STD_TYRE_SIZE>
<STD_TYR_ID>1</STD_TYR_ID>
</POTyreDtlsInputs>
</STO_TYRE_DETAILS>
</StoTyreDtlsInputs>
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. |