POST api-token/B2B/ValidatePO
Request Information
URI Parameters
None.
Body Parameters
Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None. |
|
| RequestedPoNo | string |
None. |
|
| CustomerNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "sample string 1",
"RequestedPoNo": "sample string 2",
"CustomerNo": ""
}
text/html
Sample:
{"CustomerId":"sample string 1","RequestedPoNo":"sample string 2","CustomerNo":""}
application/xml, text/xml
Sample:
<Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Turbon.Data.Navision.Models.ValidatePO"> <CustomerId>sample string 1</CustomerId> <RequestedPoNo>sample string 2</RequestedPoNo> </Request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>