POST api/purchaseorder/purchaseordersinsert
Request Information
URI Parameters
None.
Body Parameters
PurchaseOrderInsertRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId | string |
None. |
|
| SiteId | string |
None. |
|
| PurchaseOrderDate | string |
None. |
|
| PurchaseOrderCost | string |
None. |
|
| PurchaseOrderNotes | string |
None. |
|
| Location | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorId": "sample string 1",
"SiteId": "sample string 2",
"PurchaseOrderDate": "sample string 3",
"PurchaseOrderCost": "sample string 4",
"PurchaseOrderNotes": "sample string 5",
"Location": "sample string 6",
"CreatedBy": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.