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": "0abb9a00-882d-45e6-bbce-83ea59b887d9",
  "InvoiceID": "b0844756-474d-48a4-95ba-0cc79e3a7fc4",
  "DiscountCodeID": "79ff14cb-9fa0-4ffd-abae-71c5c92b5a48",
  "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": "49940a36-59c6-4995-b59f-f1ac2044963e",
  "InvoiceID": "bb059132-0b1c-4a82-98f4-b59b4f3a1860",
  "DiscountCodeID": "ab1e85ad-a3b5-4bfb-9228-a55b442bd61e",
  "Deleted": true
}