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": "5ef25f51-9df7-4482-9b03-3936fbfe17d2",
  "InvoiceID": "c213757c-f423-4973-81b1-90f3fa696be1",
  "DiscountCodeID": "2dccceb3-2c3c-443c-9561-66e956c566f9",
  "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": "41651b7d-8dc6-4e60-af21-9165e5914039",
  "InvoiceID": "58bec339-be00-49fa-9530-538896e29ba4",
  "DiscountCodeID": "d586b889-cc24-41fd-989d-a52c151252ae",
  "Deleted": true
}