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": "f83ed1a1-cfbd-41dc-87e0-9cb8e955aa9c",
"InvoiceID": "f8b6b77e-c6e9-43f1-9a70-1edb440ceab8",
"DiscountCodeID": "e9f36722-028e-471d-a36c-76f7c6091dd6",
"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": "2e9e8ce6-12da-4ae4-9fcd-6c079a87b4fc",
"InvoiceID": "eb223e94-5947-4c89-8e41-b53ac6d22695",
"DiscountCodeID": "393a25d7-d4dd-4027-aea0-8d7345a2f466",
"Deleted": true
}