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": "e0a4f826-bb77-46a7-8b2a-05572bea9e3e",
"InvoiceID": "42ebaefb-6121-4e87-94d4-4e383d3bba6b",
"DiscountCodeID": "73aa2620-6f83-4c8b-befe-32f644b51142",
"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": "a6d1a9f5-6548-4d44-a8ff-4d34d13c845b",
"InvoiceID": "fb146894-00e0-4c0f-8054-a30c1272f3b8",
"DiscountCodeID": "1f6d93c7-e234-428b-8630-f7082a3f7ac7",
"Deleted": true
}