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": "86e0893f-dee9-4ae7-acc5-0999f0b67cac",
"InvoiceID": "002c6e41-f39d-42c1-b0fc-961d125d8e94",
"DiscountCodeID": "e560290d-1a19-4da9-9873-d3d6b9599019",
"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": "5960ab83-0d52-4129-b0cd-81f769d9447f",
"InvoiceID": "ba276630-8aeb-4a22-8c83-86b1292f1d36",
"DiscountCodeID": "0e2f12ba-b834-4756-85d1-7f64f69fb41d",
"Deleted": true
}