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": "485d7217-fecb-42c6-9304-cb873b835c62",
"InvoiceID": "2369176d-db52-422b-8e95-b496b65cbcf2",
"DiscountCodeID": "f13f2d91-d8ba-47b7-bfb9-56115b68d858",
"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": "5bb2715c-9fcc-4ba2-a3ce-ed0300f6d25d",
"InvoiceID": "939fbc11-74a1-4a32-b240-e2c297a44442",
"DiscountCodeID": "c8500853-5545-479c-95ec-1746da1acac4",
"Deleted": true
}