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": "ac1cbc85-3c51-45c2-89a1-2f13e128cdc3",
  "InvoiceID": "6d5b47e6-d39d-4b31-9b57-73d2ba89b3cd",
  "DiscountCodeID": "36d96302-a402-44ea-bda8-b0c366a874f6",
  "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": "00f4907f-0ddb-4daf-8559-990463cabd83",
  "InvoiceID": "98618972-796b-4731-8785-d92cc0e2aaa5",
  "DiscountCodeID": "7a593557-484d-46a4-8a41-d391d3c98b9d",
  "Deleted": true
}