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": "52363c23-d0c1-4c1a-b5cc-0e8d2aa136c0",
"InvoiceID": "1c67fb3b-60d8-4e40-858b-5d8f4de06b3b",
"DiscountCodeID": "8bc9cbfb-3498-4c56-a7d8-cb2a8757c7e5",
"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": "329f4799-4c55-4259-add0-3e9605eafeaf",
"InvoiceID": "f22d2aa7-6484-40a9-a180-6447660635be",
"DiscountCodeID": "b4b4d504-d27d-49db-9a95-d1ca6e58fc74",
"Deleted": true
}