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": "115f0186-d66f-4261-8859-1e347f4f83cb",
"InvoiceID": "2fbc19c7-8092-4757-811d-13e0bbb68213",
"DiscountCodeID": "fb429a4d-909b-433e-b96d-588c0fbf94ad",
"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": "af5475a8-c780-4926-8f5f-6b698854387f",
"InvoiceID": "c0125d48-1c33-41c4-a409-21d367f483da",
"DiscountCodeID": "6863dee3-3ba1-43f6-a734-dc456ff0d97a",
"Deleted": true
}