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": "4b5ed436-b2cc-461c-aaff-ea3d3905fe73",
"InvoiceID": "ffacccc7-2844-4a72-9ecb-bf7e7158e2c5",
"DiscountCodeID": "c33252dd-bca8-4eb3-bea1-667b2a6eb06a",
"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": "dce2cb10-1840-4cd0-af2c-66f587442b81",
"InvoiceID": "d3bf4706-a3f6-49da-9dcb-8ebfc7b19e81",
"DiscountCodeID": "c8c6b1a6-9a11-46fc-98a1-cb07f0103a66",
"Deleted": true
}