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": "f998e824-a270-4a0a-b9eb-0fed43084df1",
"InvoiceID": "09f75f2e-d9e1-47fb-b257-a3d2b4e0cabc",
"DiscountCodeID": "1be792e2-bc1c-4199-907c-d322b7a9ab25",
"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": "7f3e3fa3-167d-4cec-8ee0-4746bbf68489",
"InvoiceID": "de1d995f-2f6a-4070-a896-1db191446e84",
"DiscountCodeID": "f3a534cd-2849-446a-a3dd-1505a0f805db",
"Deleted": true
}