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": "8fd27662-a5e5-44e2-a8cb-9b4154a14078",
"InvoiceID": "9c2112e9-305c-4d73-ade8-f32d74d1d654",
"DiscountCodeID": "14be24c8-4add-4120-b3d6-f49f6ad3da58",
"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": "bfaf9bde-f627-4cc1-96e2-b1072301dc52",
"InvoiceID": "e8fe3b88-cb89-4bff-8483-4bff0adacb4f",
"DiscountCodeID": "313a43d2-29b6-4c22-8808-22112843f610",
"Deleted": true
}