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": "b5296f9f-885b-4def-b911-bdf9b804cc54",
"InvoiceID": "95de98c2-6057-4868-8857-224aaa706bb4",
"DiscountCodeID": "50725526-8b7c-4bc8-9767-9678d5b279e9",
"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": "03adc0bd-985f-4ee1-803e-e753fb2fd4af",
"InvoiceID": "7a7eaa8c-b304-4209-af2b-df0655337e54",
"DiscountCodeID": "2fd5ef2b-d74d-45e6-a487-44f82782a954",
"Deleted": true
}