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": "f04a0b8c-0854-460b-9a5f-8f2e245faa82",
"InvoiceID": "b9688d0e-7651-4b65-946f-3238b717d6a2",
"DiscountCodeID": "3b20e563-e2cd-4ce2-b0ed-23546f1a7c1b",
"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": "9164dccb-4b18-44d9-9409-a323479c2b28",
"InvoiceID": "6748af6c-3d57-4e3a-8923-aee1464fe4a1",
"DiscountCodeID": "3ddaaba4-af17-4b5a-a6e7-d72de40251ac",
"Deleted": true
}