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": "09a02297-8c4f-48aa-abf2-ad407624b245",
"InvoiceID": "d4d4d89f-ba5a-42a9-801b-2cbad7199910",
"DiscountCodeID": "60e72183-0b5d-4be5-96ea-0cf95c19de36",
"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": "36755e4d-3900-49d4-9300-c255d6eb58c6",
"InvoiceID": "94531f7b-3882-4a0d-a30a-0b201f59fe7e",
"DiscountCodeID": "a5c65680-3814-4636-8a5f-6e45ba6b65c8",
"Deleted": true
}