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": "997e29bc-fa14-49f3-924a-997c5f0d3540",
"InvoiceID": "90f0bdab-433f-4196-8890-69bd1877125c",
"DiscountCodeID": "13dd2155-4b6f-4503-805d-b99083cbffbf",
"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": "3d1ee78d-4060-4972-a0c9-68c44e39712a",
"InvoiceID": "848a9f54-51ae-4a99-bdf8-70e8017320bf",
"DiscountCodeID": "3f36d9cb-2885-4168-896d-d9236c8f353f",
"Deleted": true
}