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": "ce9743d4-8e93-451f-86af-d36787d964ce",
"InvoiceID": "ebf283fd-25a9-47b1-b20d-0a01a434a0ba",
"DiscountCodeID": "6241334f-a9f7-4072-8923-c9e3b87f7a16",
"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": "72b1e61a-999c-4d7e-82c5-089eb8f24f47",
"InvoiceID": "da0d0345-0e5b-4877-93d0-57f83b425e58",
"DiscountCodeID": "adeb5992-b79f-4007-adbc-0d8344b687f8",
"Deleted": true
}