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": "5907aab7-11aa-4ed1-b501-df59b64abb44",
"InvoiceID": "20b78bac-32ed-4031-81a0-c4ab8c3e7e4d",
"DiscountCodeID": "e6fe0c16-ef0e-47e4-809c-c3d2bb74b24d",
"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": "93fde641-2099-4690-a9ac-a2e4119d5649",
"InvoiceID": "ad3fd71c-ba6e-45d9-b74a-c13e2a5b8b86",
"DiscountCodeID": "b5d9753b-a919-4a3a-8b5f-1d81250a70d5",
"Deleted": true
}