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": "5837ed6b-603c-4dfa-8f19-cf5e6548bc4a",
"InvoiceID": "c0400826-a59e-420d-94a1-b1066db783e5",
"DiscountCodeID": "0bc34ab8-c91b-4bcf-9f00-26a11b07594d",
"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": "8d0cd061-3bb5-4abd-b3c3-6a296b414120",
"InvoiceID": "bce56817-df40-41db-acd3-1c7a097f24ea",
"DiscountCodeID": "36c1589b-2305-4b00-8df7-f7841ec947f6",
"Deleted": true
}