POST api/InvoiceDiscountCode

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
invoice_discountcode
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Invoice_DiscountCodeID": "7905a00f-eac2-43e8-91e8-94130a1b4aac",
  "InvoiceID": "ac153eee-ab32-4bd7-9a73-c4a435681cae",
  "DiscountCodeID": "3440b30f-5b4a-4d96-b704-c1f1aadf76ac",
  "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": "4a3d509b-2d8a-433f-87b8-bada63c83532",
  "InvoiceID": "80fad57e-4635-45e6-af97-9fa3aa8e524e",
  "DiscountCodeID": "c752abc7-183e-44db-b52c-c9fefe3e5527",
  "Deleted": true
}