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": "2f84386b-e9fc-49e2-9dbe-96a1cafddab1",
  "InvoiceID": "3a19bb7f-03f9-4e53-8c09-c3590d026657",
  "DiscountCodeID": "7fe240ed-eac5-489f-a388-7d4ceed5cb71",
  "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": "4cb61fe3-ed54-48c5-93f4-dec54c11de7f",
  "InvoiceID": "f096dfcc-cc81-4daf-8b5b-de95699bcd9f",
  "DiscountCodeID": "ffc7e207-a94a-4ed9-b1d9-7af899a03b10",
  "Deleted": true
}