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": "2adea1d9-d440-46a0-8d07-4f6d00f814ff",
"InvoiceID": "4df9e5e0-f0a6-4a51-a4b3-6007a9be4b41",
"DiscountCodeID": "4c524ab1-eef7-41c4-8739-0730289673a8",
"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": "fc1c8f8a-9ace-41bd-ba00-4904be08f2a4",
"InvoiceID": "298031aa-6578-43b4-8c05-eb97f05f72cc",
"DiscountCodeID": "8893bfd7-6fce-4c5e-a283-ebf28b840362",
"Deleted": true
}