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": "50cc27a9-cbc9-4965-a247-a7c0ea9a0795",
"InvoiceID": "fd93229a-7df7-454b-817c-4514e9da38f3",
"DiscountCodeID": "89b422dd-8578-4205-84b0-18b9e8b23947",
"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": "bf77b68c-f39d-43a1-9fe2-98746b7a8858",
"InvoiceID": "4b08c0de-1903-4b9f-87a3-24957de6a009",
"DiscountCodeID": "fa01ce6f-7940-4ca6-8b00-1d364b2ad0e5",
"Deleted": true
}