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": "5de540a6-d78b-419e-bdf8-9a2f91406ce7",
"InvoiceID": "88184ec5-b5e4-4221-a639-d098fd789fd9",
"DiscountCodeID": "5fdba908-be64-49cc-9436-d72d26ed0d34",
"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": "1ebf80f2-3ca3-4037-add5-4082ddea3737",
"InvoiceID": "3661107f-4f53-4cee-9bbb-a7f805f79d2d",
"DiscountCodeID": "9594b5c4-01d5-44b2-bb42-1f945c0fbd42",
"Deleted": true
}