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": "5ebb751a-c2e0-4949-b30f-ca2a048ff933",
"InvoiceID": "5d12602c-a6ca-4a59-b52a-d25c230be64d",
"DiscountCodeID": "14c9d344-eeb2-4706-81e8-fcaeeb6cc8f0",
"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": "4827c91c-a50c-4b15-bd0f-c7ed2db44d36",
"InvoiceID": "253beede-6ed5-425c-926c-cce1724ee925",
"DiscountCodeID": "c461351f-ac77-44f7-9fd4-5419b2a6c673",
"Deleted": true
}