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": "ce6dfc4b-810a-4b8a-8da8-bfaec0773972",
  "InvoiceID": "bf02f8b2-ddd8-4aec-a698-2a37c4b55d93",
  "DiscountCodeID": "a9e0f731-ea42-4cca-a7f2-ae186f726d08",
  "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": "ba070848-bb63-4eef-bd56-e8c9fbe71c57",
  "InvoiceID": "e0c664d0-a393-4520-863c-d3915199ca65",
  "DiscountCodeID": "004713d9-db22-4a60-a5ce-6d00b2ff485c",
  "Deleted": true
}