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": "991503f6-28f2-429e-8e5b-ea626862d2bb",
  "InvoiceID": "d79f070d-d8af-4bf9-82fd-0a982c2d0ef0",
  "DiscountCodeID": "25ef6847-98c7-4424-8b9b-aa3afaff8181",
  "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": "e25d5962-7de9-4256-9bc6-c04fc28d7a8d",
  "InvoiceID": "1722592b-6593-4a1e-afb1-657fbd063d19",
  "DiscountCodeID": "67a05482-1a64-4227-b278-84488de04fad",
  "Deleted": true
}