POST api/ForwadingBilling/GetStoTyreDtls

Request Information

URI Parameters

None.

Body Parameters

GetPOTyreDtls
NameDescriptionTypeAdditional information
SPD_ID

integer

None.

SPD_QUAN

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "SPD_ID": 1,
  "SPD_QUAN": 1.1
}

application/xml, text/xml

Sample:
<GetPOTyreDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SPD_ID>1</SPD_ID>
  <SPD_QUAN>1.1</SPD_QUAN>
</GetPOTyreDtls>

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.