POST api/InvoiceDiscountCode
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoice_discountcode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "cc500799-905d-441c-8d96-85f5307f69ec",
"InvoiceID": "531deaf0-fc52-4fb3-b8c9-04264178b556",
"DiscountCodeID": "ba0b5cdc-0afb-4eb4-96c3-94bd6a54960f",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "3473de27-cfe3-4ce4-be28-4e2d316e736d",
"InvoiceID": "5c17bf2c-b945-48d5-96be-f404b5a43c33",
"DiscountCodeID": "8cf40f27-7a67-4b68-a0b9-f3146accaa89",
"Deleted": true
}