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": "0f5ce37b-a379-4cde-a97a-bff957807ab2",
"InvoiceID": "4b8fcd49-6807-4dea-8d9e-dc5400a122fd",
"DiscountCodeID": "83023dad-bd90-4b89-a741-50059e59b757",
"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": "8b4cc367-9812-4ea4-a653-7b49748e4ca8",
"InvoiceID": "a3ac54e7-4a3f-488f-9119-0f8642f991a6",
"DiscountCodeID": "1b0f35f9-44d3-46c0-8cfc-b72e4755b688",
"Deleted": true
}