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": "37e9b9a3-9c58-45c6-834e-20365347d0ab",
"InvoiceID": "e0d966c7-b45d-4b5c-9167-a7185fb0f1ec",
"DiscountCodeID": "827f0ee4-abf9-4d0e-9dc1-9afeaa3a2180",
"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": "34efadbc-b3c9-41f2-910f-f3070acc2ef3",
"InvoiceID": "2134184a-c5a1-456a-9eed-db9ccc3d546b",
"DiscountCodeID": "2c985962-c6e6-4f94-bc17-5380b7d764f5",
"Deleted": true
}