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": "6dc356f0-195f-4f04-858e-b1f28fd770d6",
"InvoiceID": "e8773e7f-5d42-4f66-abb8-f009d79328d8",
"DiscountCodeID": "ca94e9e3-4441-4c18-910c-38c4202ce27c",
"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": "78f7941f-89f7-4997-91da-fec7f78ee710",
"InvoiceID": "fe53d585-113e-4017-865e-6edcc87c613e",
"DiscountCodeID": "7ac66b4f-b4f6-4abf-9390-fe9dbc5ff4fa",
"Deleted": true
}