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": "6e59fe21-2cbb-47e5-ac17-344344f60abd",
  "InvoiceID": "e6b2069a-9848-4256-bda7-5576fd0c9bc3",
  "DiscountCodeID": "6ebf9349-1d59-48f4-80ea-cab1b4ecd7dc",
  "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": "622c4320-c91b-4195-a359-700318bcc4e6",
  "InvoiceID": "65d28e9f-2e42-4718-9e81-d1f3e07ec1f4",
  "DiscountCodeID": "c9e06016-e723-4a45-9083-28f7e68a261a",
  "Deleted": true
}