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": "10241887-398e-48e4-8a2d-447ec924a4fe",
"InvoiceID": "3d049b8e-986a-4392-8c54-f63634e1e1ab",
"DiscountCodeID": "5ca77673-1338-4193-9676-71079c8e17be",
"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": "bbe1d832-c75a-43a4-9056-da7505279078",
"InvoiceID": "81be9949-a96c-4b23-9a6a-5a61cb832e4c",
"DiscountCodeID": "65cc8224-a894-46b7-ba11-9bd00cf82da8",
"Deleted": true
}