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": "a3daf263-597d-427e-91b1-f06d53290ee6",
"InvoiceID": "ec1fb7bf-a3ca-4ed7-abd7-13f9366beb4d",
"DiscountCodeID": "ccad0e28-fe6a-4c39-b393-78f99136ec3a",
"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": "db31e529-7afc-4dfa-af2c-791d3cdbd566",
"InvoiceID": "28d3a266-a338-4364-9167-cea4633cb68a",
"DiscountCodeID": "c9bc2cb9-625e-4cad-bee1-a4b2c5efcf87",
"Deleted": true
}