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": "dc828692-5eef-416b-91b6-58e527eb6320",
"InvoiceID": "de3af9ce-d748-4a3f-a3ec-96feb46b6571",
"DiscountCodeID": "28f93bb9-99dc-4aac-b084-c6415506912e",
"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": "f0c4904a-b907-40ae-a7e0-950196bb6603",
"InvoiceID": "1dc45812-c0a4-444e-8cd2-9476554b2ae5",
"DiscountCodeID": "628a9134-ad6c-4a47-885c-b5757ff81ace",
"Deleted": true
}