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": "370b93fa-4ab7-4332-8074-46791b900ec0",
"InvoiceID": "2919c545-398d-4ade-afa6-db5db3df7cae",
"DiscountCodeID": "8662ee49-c334-4e7e-8cd7-fb309c290ae5",
"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": "64eb3677-4537-4696-89bf-0998b038304c",
"InvoiceID": "13f502b8-08ed-4f4c-a8cc-671cf0a8d82e",
"DiscountCodeID": "06192a68-9b97-4e4b-bc80-fa90c772fa5e",
"Deleted": true
}