POST api/ForwadingBilling/GetDPLPONumber
Request Information
URI Parameters
None.
Body Parameters
GetPONumberInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DSO_PO_NUM | string |
None. |
|
| DSO_CP_ID | integer |
None. |
|
| DSO_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| DSO_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DSO_PO_NUM": "sample string 1",
"DSO_CP_ID": 1,
"DSO_STATUS": "sample string 2",
"START": 1,
"LENGTH": 1,
"DSO_ID": 1
}
application/xml, text/xml
Sample:
<GetPONumberInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DSO_CP_ID>1</DSO_CP_ID> <DSO_ID>1</DSO_ID> <DSO_PO_NUM>sample string 1</DSO_PO_NUM> <DSO_STATUS>sample string 2</DSO_STATUS> <LENGTH>1</LENGTH> <START>1</START> </GetPONumberInputs>
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. |