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": "355a1920-8ca9-4a87-ab5e-0e2efcbfbc7d",
  "InvoiceID": "39591e64-4b91-4e7a-8726-ff5668bbad3d",
  "DiscountCodeID": "e16a5ecc-5f91-4e6e-b3fd-460ba3b3f84e",
  "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": "a5c5c8b6-4bfa-4348-aebd-7e15a2a5ee0c",
  "InvoiceID": "d0e4aa5e-3432-482d-83f3-bd16527993de",
  "DiscountCodeID": "4c5a1b00-e9ba-475f-b598-579d36b2b2d0",
  "Deleted": true
}