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": "1c1d4245-69d3-4792-aa98-db9d7b2d9dfa",
  "InvoiceID": "08117a82-c5e3-4ed5-b80b-507340bd634b",
  "DiscountCodeID": "513cd729-a45a-483e-b653-14c737d228a4",
  "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": "9be36ba7-8c01-4f58-ab9a-ea72cafaad53",
  "InvoiceID": "afed06ea-d8e7-4f33-870b-933dd57fd57c",
  "DiscountCodeID": "9f040f27-cd37-4f0a-9626-d449ac9fc5ea",
  "Deleted": true
}