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": "4375732b-6cfa-4626-97c8-11bd3c4d099a",
  "InvoiceID": "ec65fdcb-479c-48c3-a845-c3d3be317a47",
  "DiscountCodeID": "134e7843-d012-4972-8f07-316924a3c268",
  "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": "c495a307-503c-4238-8d07-c00f959cb07e",
  "InvoiceID": "6d8f688a-f3f4-4382-8fe8-bda3f757c29f",
  "DiscountCodeID": "286e5f98-a695-4efe-9041-456e1c3c0edf",
  "Deleted": true
}