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": "ac7a6f2c-3450-4042-b00b-78f91303ad62",
"InvoiceID": "01cdc9fd-3513-49e8-9e90-1d01da55b6d4",
"DiscountCodeID": "d395ce7d-7080-4c84-96f5-3d751def40e5",
"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": "beb90934-ea63-4414-af68-ec2d95689936",
"InvoiceID": "dc9e318d-97d4-4f12-aebc-d454ad11aa77",
"DiscountCodeID": "83a962d9-d674-4881-8238-a42cac01a1b5",
"Deleted": true
}