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": "92328add-6911-46fd-bf09-d367ee285e8a",
"InvoiceID": "8b702498-ab2a-439e-acfd-5b2173db51f5",
"DiscountCodeID": "dd32f022-f8e3-4eab-b49b-0491e904af38",
"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": "f8b147b5-492a-4744-bbc9-10519751fca7",
"InvoiceID": "f9f45538-6568-40c0-80ca-36904c6124c2",
"DiscountCodeID": "3ae5b3a0-3050-48bb-a0a4-81b01461045b",
"Deleted": true
}