Invoice Action
Apply invoice details and invoice line items to a purchase order.
| Field | Data Type | POST |
|---|---|---|
| ReceiptNo | Int32 | X |
| ShippingCost | Decimal | X |
| Taxes | Decimal | X |
| InvoiceItems | InvoiceLineItemsDTO[] |
InvoiceItems
| Field | Data Type | Required |
|---|---|---|
| LineNo | Int32 | X |
| InvoiceNo | String | X |
| InvoiceDate | DateTimeOffset | X |
| InvoiceAmount | Decimal | X |
Endpoints
POST
URL: https://{site}.mvpplant.com/ODataApi/v1/PurchaseOrders(POID='poID',ReleaseID=releaseID)/Invoice
Description: Apply invoice details and invoice line items to a purchase order.
Body: Send the property values marked in the POST column.
Returns: Boolean
