Add Shipping Cost Action
Add shipping cost to a purchase order receipt.
| Field | Data Type | POST |
|---|---|---|
| ReceiptNo | Int32 | X |
| ShippingCost | Decimal | X |
Endpoints
POST
URL: https://{site}.mvpplant.com/ODataApi/v1/PurchaseOrders(POID='poID',ReleaseID=releaseID)/AddShippingCost
Description: Add shipping cost to a purchase order receipt.
Body: Send the property values marked in the POST column.
Returns: Boolean
