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": "fcf9c80b-dd1e-480d-8299-57aedc515034",
"InvoiceID": "7e80098c-ce50-48d7-8ee7-dc86b715c156",
"DiscountCodeID": "c0920fc4-a831-431e-99cf-20ebb11a4d12",
"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": "484d7bba-462f-44e0-ab00-fa6dff3ae17e",
"InvoiceID": "0bb37ebe-ced5-420b-a1ba-0cddcb76a05e",
"DiscountCodeID": "ec15caf0-842a-4092-bf85-e70b00afbd15",
"Deleted": true
}