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": "5c003b68-4c33-4852-bfd2-fbc26862c53a",
"InvoiceID": "7ec39b35-e823-46be-b2f4-963b3d02fb47",
"DiscountCodeID": "ab623753-f068-45f6-a514-17f25d784ac9",
"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": "8bbb96a3-088c-4080-b139-3683c161fde9",
"InvoiceID": "885ee1d0-b91c-4bb2-a911-e24e7c379afb",
"DiscountCodeID": "5e285e70-fa9b-4b36-b4c2-1ddcc5af6e0b",
"Deleted": true
}