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": "f9a51fe4-1116-431d-b081-213eb42735a8",
"InvoiceID": "5b63aeb6-ca59-4e6f-ab69-fc656c255811",
"DiscountCodeID": "bdf76896-e5e6-4cc0-8c8a-69a9d08759e1",
"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": "b6bb34e8-bed7-48ec-beef-9045c4e326d0",
"InvoiceID": "8cd24334-5c0d-4849-ae3a-e042fed4c8ce",
"DiscountCodeID": "95402216-f2b7-4013-a70c-b4c554303581",
"Deleted": true
}