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": "f90553a9-aa0f-4773-9730-44ebb28adc17",
"InvoiceID": "ac84d2bb-b156-4969-ae2f-22b57a57d16a",
"DiscountCodeID": "7ef779c7-022f-40d6-87fe-34d38cf3d69c",
"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": "18a2d41b-d639-4124-a7d7-94ff7f52b6bd",
"InvoiceID": "c53c1c99-da45-47f9-93d4-ff5bae50fc4c",
"DiscountCodeID": "13d2ee05-1dfe-4268-a8ad-599d864bfcf2",
"Deleted": true
}