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": "33064161-66a5-4a8c-84b6-ac576b8199c0",
  "InvoiceID": "560ca507-34ff-441e-b220-f76bea2d99ad",
  "DiscountCodeID": "30cd9606-8f23-4d65-9187-e7e7808c97c3",
  "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": "9634ffb5-54b0-450d-8ff0-6521500b2984",
  "InvoiceID": "12d9c574-db0a-43c8-bcad-c3b1ef12dad5",
  "DiscountCodeID": "8c50b467-b001-4b00-98ff-1c047b3dcda7",
  "Deleted": true
}