POST api/APOrderStatus?strAPOrderStatusData={strAPOrderStatusData}
Used to Add/Create AP Order Status Data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
strAPOrderStatusData |
A colon seperated string containing the Fields and corresponding data to create a new record. |
string |
Required |
Additional Details
If successful, this Method will return all of the data for the associated PONo in the AP Order Status table as JSON data. If an Error Occurs the Error ID and Description will be returned.