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": "9b51738a-16f8-4483-abd0-042d017375b0",
  "InvoiceID": "69f9a033-047b-4241-8709-d6ec2148f22a",
  "DiscountCodeID": "f6ef0ad8-7d21-49b5-85ea-ca8b456d819e",
  "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": "2d25bfb1-237b-41d8-a67d-d6f90e1bc3c1",
  "InvoiceID": "26e8742e-a498-41c3-bedb-c6d457b51103",
  "DiscountCodeID": "bd6397c1-b653-4975-a4d4-c4f8f4f2dfd2",
  "Deleted": true
}