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": "f4f3df2c-db96-4574-8f04-5ecfbf774dc0",
"InvoiceID": "6e3187f6-24c5-4db4-bed0-0dd9ec2001cf",
"DiscountCodeID": "be4226d5-31ec-4835-8923-398e548547d4",
"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": "60296b0a-02aa-4aec-8147-56fca70de28d",
"InvoiceID": "c90d8d86-2f19-4ec6-b047-1248b97d8703",
"DiscountCodeID": "5afff72f-1fec-4f3d-a310-fdaae7f32c3c",
"Deleted": true
}