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": "9db21616-c8fa-4b24-be2a-5fbefcdee7c0",
  "InvoiceID": "fbcd490f-2f50-45a0-b7a6-75a16311df55",
  "DiscountCodeID": "d4611bf5-951b-4260-ad73-14d4301335c7",
  "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": "94730bdd-3bea-4d3a-96a5-f38854e54afb",
  "InvoiceID": "3fa05cfc-b59a-4955-8799-6533cba95966",
  "DiscountCodeID": "b6d53a2d-ff11-413f-9aed-59fd3a286bcd",
  "Deleted": true
}