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": "46b841e7-24a4-497d-b105-23ad20183c50",
  "InvoiceID": "5c98103f-5c0b-4986-bf77-b3880b71e5b4",
  "DiscountCodeID": "0ead76e6-0aba-4e57-ba58-002516ed5b52",
  "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": "2a560705-1003-43be-94be-5d5bd988d619",
  "InvoiceID": "13c469fa-812b-418d-9aa6-c6cd53e73d1e",
  "DiscountCodeID": "01a71f65-52e3-406a-9251-efa21214245a",
  "Deleted": true
}