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": "60e1ec7c-470b-48c2-b5b0-79c432d28754",
"InvoiceID": "db5f8a53-a823-462e-9944-9622ea3ca124",
"DiscountCodeID": "78ae5a9c-f462-42ee-8ac7-c9b129828929",
"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": "ecc2d8cf-bdb2-4c9f-a59e-49cffb6c113c",
"InvoiceID": "d3ac212b-7e57-465b-8db8-a25969a8fa9e",
"DiscountCodeID": "df6e2096-b187-44a2-bb15-9d9f52c17742",
"Deleted": true
}