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": "6c60e037-13f9-49ea-8390-b9f561fa4e7c",
"InvoiceID": "39030392-069e-4844-9f7a-d8f9bcfab97a",
"DiscountCodeID": "762634a0-9f0e-4499-873a-c4b04765f41b",
"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": "896c208e-aef9-4589-996a-90c983a29585",
"InvoiceID": "fdaec955-40df-4bd3-a316-bb137babc6ea",
"DiscountCodeID": "8e622e16-4096-4abf-98a5-c45710c955c0",
"Deleted": true
}