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": "8d5bc4a3-e052-46e0-8bf9-a342e95d72d4",
"InvoiceID": "c67802d1-4d2b-4691-a6e6-6075b4c869ba",
"DiscountCodeID": "590574db-1262-49c1-82e2-ebc29d3c6ed5",
"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": "fda013a8-f01d-412d-8976-c0c0a59c95fc",
"InvoiceID": "42f962e8-3c6d-45f3-865c-f72490ff1cd0",
"DiscountCodeID": "121c11cd-b678-48d2-92b4-f3fe43ba5930",
"Deleted": true
}