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": "ba648ef9-1c38-4c83-9897-f74d7babd888",
"InvoiceID": "05d671b4-ab27-482a-841c-c79a11de2a27",
"DiscountCodeID": "bd7e5894-eb6d-46b6-9ae6-c14640a9aab6",
"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": "94d767f1-0e85-46b9-8133-ce0e253f4d46",
"InvoiceID": "f051f8cf-319a-42f3-b072-b355021b737a",
"DiscountCodeID": "d763c75d-e08f-44d7-afe4-c3f682963e35",
"Deleted": true
}