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": "29d752b0-ca8e-4574-a477-15ee38abe76e",
"InvoiceID": "c4e7b816-9f95-4570-b752-37f392546f22",
"DiscountCodeID": "ffbb1313-2e32-4c73-a550-87a3f1296888",
"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": "9ec92bb3-6730-4133-8a64-913696b3ce14",
"InvoiceID": "0b6883b4-5b14-4bbc-9701-0d8ce961abfd",
"DiscountCodeID": "6f886045-fd7e-47ad-bdfb-d7f3abcf9d17",
"Deleted": true
}