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": "7b1f5d74-676d-4c36-ac2d-be1d725977cf",
  "InvoiceID": "07ff74e3-bb6e-4e47-931a-c3b5a7002d5b",
  "DiscountCodeID": "d129a37e-f427-48d2-a192-970b28ab2193",
  "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": "88694082-2f13-4040-814e-65d0b8bdef93",
  "InvoiceID": "ce873d41-2a40-4120-a46d-5a928fd56ed2",
  "DiscountCodeID": "4e9111fe-c0c3-4b22-a72f-b13526ce5409",
  "Deleted": true
}