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": "4d851b4c-4225-4c47-8e84-6b239118084a",
"InvoiceID": "45a341a9-fb12-4139-a372-a53714aed622",
"DiscountCodeID": "867cf61a-11af-4ca4-8496-f8788ed5afc6",
"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": "67cdc7a3-1932-4ad0-9736-6268860a7a3a",
"InvoiceID": "476474dd-24ba-41ae-bb54-e3cb752f2c08",
"DiscountCodeID": "3dfb829d-b091-40f6-aa97-c0cfba29223e",
"Deleted": true
}