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": "9902a565-e885-42de-833d-a62ad40ba147",
  "InvoiceID": "15a2126b-8d2e-49df-b6ae-2a31c88275c2",
  "DiscountCodeID": "916b6535-1b7c-488d-b0e0-f12945437d72",
  "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": "fa7e489d-4b2c-42dd-bfc3-9cefb8151b5b",
  "InvoiceID": "c3023c90-cd47-4e72-8d9d-5f8d0e83ff26",
  "DiscountCodeID": "c0112b0b-095e-4a23-b42b-18fa74c3e279",
  "Deleted": true
}