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": "294ef2bc-993d-484e-8dd8-ba0b1aacbc55",
  "InvoiceID": "b02a82d4-1d22-4c12-a18c-bef1f34d66cb",
  "DiscountCodeID": "4c78e07f-7904-4258-b06f-0221c4f36291",
  "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": "af6014f0-2e92-4aac-8c4a-1a45543fd61e",
  "InvoiceID": "6419305f-0da1-4d83-a502-fac6bef0441c",
  "DiscountCodeID": "3fab0b87-80f9-46b1-86c9-9501561899cd",
  "Deleted": true
}