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": "9085ef58-850b-4df6-91c8-9e8f4d1462f5",
  "InvoiceID": "f074882f-ca03-48a0-8428-40a118bb3767",
  "DiscountCodeID": "5645e7ee-b5c2-4fea-b0e6-52263d3ec6d7",
  "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": "4e3c4f08-f4bf-4aad-bca7-662181e5625b",
  "InvoiceID": "03824cd1-ee5a-43ca-ab18-dd14a6280264",
  "DiscountCodeID": "f9b2e8c6-5071-406e-a523-fab64a521588",
  "Deleted": true
}