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": "71e17a3b-6894-43eb-8d08-941b0f74c334",
  "InvoiceID": "72cc9c42-3968-41a9-ab2c-c5bbe85cb665",
  "DiscountCodeID": "70c218a1-0972-4c78-ba2a-b19ebf592f14",
  "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": "c8c552c7-d527-478c-b678-763ffc96963a",
  "InvoiceID": "58be544b-139e-41b8-bf22-1e6218a64311",
  "DiscountCodeID": "235a2db9-dbe2-4371-ae20-add553ce1ec9",
  "Deleted": true
}