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": "d7e706bc-ef7c-40bc-a15d-44ef2ec1d726",
"InvoiceID": "35099970-4cff-4822-9693-2ab31d547a32",
"DiscountCodeID": "2fcec974-e5f7-4c1d-8903-4c666ae4f554",
"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": "08192851-b6f7-4306-b015-f51fd132642a",
"InvoiceID": "a9e4f0ad-f4b2-42ba-95c7-bf995e923160",
"DiscountCodeID": "b245eacb-89c2-4e2f-8916-de1c3eb24544",
"Deleted": true
}