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": "767da2bb-8b4b-4666-ac3b-44141559a8e7",
"InvoiceID": "5ba907f5-b1cb-43ea-bb3f-c0df26ea6d64",
"DiscountCodeID": "f5525cfd-4389-43b7-b233-5b1fe3d870f9",
"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": "1542c8d0-f87f-4757-866c-c37eed34f5d5",
"InvoiceID": "54b35244-b62b-41ae-9914-1cf7cf9f0544",
"DiscountCodeID": "5dfe502f-c65d-4f9d-9a4f-8a87d29d81d0",
"Deleted": true
}