GET api/Order/ValidatePONumber/{PONUmber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PONUmber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DataResultOfBooleanName | 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 }