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": "626bd4ad-5a31-4b05-969b-e66cbfb3f005",
"InvoiceID": "0f5129a2-c798-46c4-bf2c-7bd782fbc8ba",
"DiscountCodeID": "6eadd0d2-2ea3-41f7-b652-dbec152e77f7",
"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": "09c1990d-ad31-4b51-b800-c8d5975e12a8",
"InvoiceID": "89878457-c968-4cc3-9632-7c59fa5a82e0",
"DiscountCodeID": "30c9f117-ee2b-4801-b2a0-5e51c0e0adba",
"Deleted": true
}