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": "ec445e01-8ea3-45fc-86e2-ce0c0910c3b4",
"InvoiceID": "a10bb8e2-d883-4922-b55b-d0f0035a766f",
"DiscountCodeID": "86c4b9ca-16b5-430c-be20-98be4a5e8cce",
"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": "cc395de2-941d-4cfd-bd4d-ca3a362e17ce",
"InvoiceID": "bae71990-ad66-4b6e-9df7-3c4f9b48d9a7",
"DiscountCodeID": "470c7fdb-6595-44f1-b56b-715806b4385c",
"Deleted": true
}