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": "6ea93a64-0939-4186-8850-e44084b6c0bb",
"InvoiceID": "ce1c25eb-e64b-4593-aa55-680ec832acb8",
"DiscountCodeID": "d707afc2-57ef-4f29-91e2-7bb0ad0b0d69",
"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": "b1fa8546-599d-49df-bc67-9f118d419e4f",
"InvoiceID": "e8330c47-e736-4f7d-af2d-635b8624a70f",
"DiscountCodeID": "a4cee55c-a9e3-4d40-aad3-030516fc0fe7",
"Deleted": true
}