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": "1269f4e1-95a8-4a1e-84f9-21d1772c20f1",
"InvoiceID": "e032d6c4-c302-44c8-922f-9b3883d6581e",
"DiscountCodeID": "3bdde9c4-56af-4f57-af27-46f568cf5e2a",
"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": "b9c4514f-64b9-402a-9fae-25482c22ec3a",
"InvoiceID": "238c83b0-b7eb-473b-a670-3fe48f916464",
"DiscountCodeID": "06685986-373d-4bb4-b8be-7df6535492c4",
"Deleted": true
}