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": "03e2bec1-e277-4c70-a7b3-570aa41976b5",
  "InvoiceID": "24b6dcd4-faa1-40e7-9013-59eb21e75fe0",
  "DiscountCodeID": "79de4755-1436-491a-9dac-37d454cb061f",
  "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": "4c07677f-1646-4f2c-8c9a-e567f10306bb",
  "InvoiceID": "2de89ccf-c6b9-401c-8e12-f4171fe86df4",
  "DiscountCodeID": "bcd43338-f71f-4f21-8ac8-87c6dd0d4f1e",
  "Deleted": true
}