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": "8fb43e58-bc0c-4a08-877b-e770345145c9",
  "InvoiceID": "6fc14939-97bf-4bd7-bbcf-bc15f67b4507",
  "DiscountCodeID": "fe758f7b-2761-4c1c-8ee9-60ec48f170f5",
  "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": "3301a6f2-f753-406d-99dd-8d4a3c952965",
  "InvoiceID": "5ea0b993-188c-493e-8070-a58a041089fa",
  "DiscountCodeID": "58ab6b15-4a38-4ccb-b541-b07a4f5d217d",
  "Deleted": true
}