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": "fb81bd7d-8aab-4feb-9a01-b2f2295f5c40",
"InvoiceID": "fb428997-afcf-417b-b771-a43f80eabbc5",
"DiscountCodeID": "f27300e3-f99e-4125-9930-b50758bd5fb5",
"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": "81dc2d1e-c5e0-4b03-a6db-e445d3c203ee",
"InvoiceID": "0572a695-7f93-4212-b880-f75bfd8a4973",
"DiscountCodeID": "d831a951-bfb6-4f9d-9e79-243385dcbf8a",
"Deleted": true
}