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": "521fbf20-df47-4103-8034-720a4d45702c",
"InvoiceID": "8362c481-1804-4729-b08a-f1bb515f13be",
"DiscountCodeID": "3b31f19b-cbdd-4e95-b5a9-f6101339b3ff",
"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": "23374bf0-4742-4b40-96a1-1eff3173052a",
"InvoiceID": "e2fd6c74-b9ae-4a30-b0c7-95d3c2036dd4",
"DiscountCodeID": "8cb5447f-0a50-4612-a7cb-49c71b041424",
"Deleted": true
}