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": "ca053af0-953f-4de3-aa64-969290964410",
  "InvoiceID": "d3dfd25a-faef-4bb3-a636-342f271f3ac6",
  "DiscountCodeID": "00105869-ae3f-4d14-9a4b-9254a919fe6b",
  "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": "e45bab58-e451-4989-8ec9-a171f02f09f8",
  "InvoiceID": "66c77ff5-adae-4c1d-9c78-4c3e48816443",
  "DiscountCodeID": "281dfd1a-0c93-49d5-ac62-47826186643e",
  "Deleted": true
}