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": "b9ee27e6-787b-4655-a5c7-1d28678c5943",
  "InvoiceID": "f8dbf0a0-c2f6-45b9-8398-1b99d72a95f1",
  "DiscountCodeID": "7b6ffe45-bdf5-46ef-8a9f-97643b75ca25",
  "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": "2eb0ca02-d4df-414f-b6c8-9ddc6d217387",
  "InvoiceID": "92cfa628-bac2-4886-a896-57254e533f5a",
  "DiscountCodeID": "ec6621bf-76cb-462f-9666-ecb69f9af643",
  "Deleted": true
}