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": "fb626701-2e2f-4027-9846-27e992064239",
  "InvoiceID": "6343f0ed-8744-4dba-afba-f8e07226a887",
  "DiscountCodeID": "19e024c1-4754-4b5a-9af3-9bf4746841c0",
  "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": "fc3699fe-c2d8-48ea-a957-b490066e3496",
  "InvoiceID": "64f2a3bd-dadb-4d5a-9b58-435b6ac3a930",
  "DiscountCodeID": "02d30453-9f48-4129-919b-40f5672c69c2",
  "Deleted": true
}