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": "9ce9ba03-c7a8-4364-b8a7-ce18d3b15727",
"InvoiceID": "c373963e-8b1a-4cae-a513-6d365429646a",
"DiscountCodeID": "953f352e-1082-4461-9fbc-62ed30fbabcb",
"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": "f123f11c-3f9c-467d-b44c-95110a05328f",
"InvoiceID": "15af30ad-4132-48a1-94f0-f3c7fd866e90",
"DiscountCodeID": "66080f9a-2a7b-46f9-a8ab-a77fd4d0abb3",
"Deleted": true
}