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": "3c217ffc-412b-4a20-84cc-b39e59fbab1a",
"InvoiceID": "9766a3c7-d5bf-4c18-97d0-1968ea87ef6c",
"DiscountCodeID": "7e6eaebd-da9f-4b48-8e42-87d763ddcb81",
"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": "812b5395-8d81-4d14-9e99-1bacd25f7614",
"InvoiceID": "be0f92cb-97ef-4a5c-87b4-4d16abecb17d",
"DiscountCodeID": "4006b519-5118-461e-b588-8ea52ec18679",
"Deleted": true
}