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": "7753de6d-2b6b-4784-b26e-8cf80a04584a",
  "InvoiceID": "78840aaa-76de-4d98-8ef3-310b1b5d02cd",
  "DiscountCodeID": "e72cb769-ee37-4baf-880f-fe0a973673dc",
  "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": "375c18c2-efaa-4429-a72f-22c0e216d45f",
  "InvoiceID": "a9537bda-884e-4750-91a3-4433c679398c",
  "DiscountCodeID": "83524a65-b1b8-4729-a9c4-f3fdbd285cdd",
  "Deleted": true
}