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": "d052767f-c21d-4c52-be84-d7c6af8769d7",
"InvoiceID": "627ff3cf-a718-401d-b936-d111211132d7",
"DiscountCodeID": "5ee4275c-42fb-441e-81f4-a1ccf0f68212",
"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": "bc597b64-fc44-4b43-a131-e766b7805f48",
"InvoiceID": "e6dfa044-ad3f-4e20-b6f7-636cd906ff3f",
"DiscountCodeID": "722d1950-8a2b-4ad8-920f-f92ba6514364",
"Deleted": true
}