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": "484f302f-075b-49ab-8670-27e6322974fc",
  "InvoiceID": "5751aaa8-2fd5-40ee-a28c-b2c7977236fa",
  "DiscountCodeID": "764da33c-3fe5-4ef0-ac7c-811a2f670cfd",
  "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": "477d697a-f155-4e4d-891e-b55a8a003247",
  "InvoiceID": "efe18faf-fff2-4225-a640-b7b62f591486",
  "DiscountCodeID": "20761246-3fa8-4c27-bf8a-65744b4851e0",
  "Deleted": true
}