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": "6b4ac5de-2336-4139-8a71-580a5973f9e6",
"InvoiceID": "e1fb58be-a03d-45c6-b167-1c79cf930707",
"DiscountCodeID": "4d08d4f9-735b-4c0a-8808-467078c53e24",
"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": "8c05d2b4-d39e-4ede-b71d-82567b8d235d",
"InvoiceID": "197be353-9d1b-4d6e-bd1d-575d60dc2442",
"DiscountCodeID": "655d15a2-86a5-490b-9f3f-feaa35551b7a",
"Deleted": true
}