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": "7cdc3f7e-882e-45e6-8d3d-64020a914d6f",
"InvoiceID": "43e7a657-6583-4cfb-915b-29498dba82b6",
"DiscountCodeID": "5d3da65a-214e-4b93-8f41-8fc711875ac2",
"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": "34bc1907-a0dd-4b5c-9d85-d8dcdf1f6fc5",
"InvoiceID": "f336a806-df12-4a87-92ed-c9442445dbe3",
"DiscountCodeID": "46bfe6a9-b51f-4bab-91e2-46bf2d2923a6",
"Deleted": true
}