GET api/Order/ValidatePONumber/{PONUmber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PONUmber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DataResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | RetVal |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": 0,
"Message": "sample string 1",
"Data": true
}