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": "7325d2a5-905e-4c0e-8215-6a48281733c6",
"InvoiceID": "edcd1d78-c723-492c-b0ab-20354bd9311e",
"DiscountCodeID": "943db018-317b-4b55-b8c3-14fe7517b308",
"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": "6c437642-f9bb-4359-bf35-32180677fd62",
"InvoiceID": "e2a8e28f-f020-4de8-ae84-9cf7667f49a7",
"DiscountCodeID": "50835c2a-9245-4d96-8ba7-90c2052ffcc6",
"Deleted": true
}