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": "e7ec67f5-26df-483a-9d4f-ef37c79c5cd0",
"InvoiceID": "7bf9e4aa-19f8-48eb-bb75-506ab727d649",
"DiscountCodeID": "0edd0cf1-769b-4c5a-a703-c4ab395cb32c",
"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": "4a8c5ad1-e8c0-4b23-9b13-6e11ff388be8",
"InvoiceID": "c050e4a9-f6a6-4c13-ba4e-e0188213fa92",
"DiscountCodeID": "a22737b8-7243-47fe-9dc0-d63643f9ba8d",
"Deleted": true
}