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": "ffd303cb-e88d-46df-be9d-df88b40960e3",
"InvoiceID": "4ffc8d44-5935-45a9-8ae6-3b8d5e3a21b7",
"DiscountCodeID": "1d82fa49-ebfa-4c20-8ef1-cefa8713c801",
"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": "dc2e2d79-d765-4d8b-95a2-5283d7ae873b",
"InvoiceID": "3ca7d773-8fdb-4bc2-9d44-ed0f3177d242",
"DiscountCodeID": "671620f4-aefa-48be-9c6a-53694dd20cc9",
"Deleted": true
}