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": "cbb4ca35-abd6-4a9a-81e0-33aebfab3237",
"InvoiceID": "f73ca520-8ea2-4ba4-b50d-a2025d9381af",
"DiscountCodeID": "8fdeaf4c-4adc-4db7-9e18-4416d4879d1f",
"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": "04cc7bd0-58c9-4892-bbff-cb204a38cda8",
"InvoiceID": "5d056176-eec8-4713-835d-e330dc7bf95c",
"DiscountCodeID": "7392a592-5901-4ead-b758-3c3e6eecd74b",
"Deleted": true
}