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": "c272ecea-ad55-4208-886a-0ff1f9b5ad3b",
  "InvoiceID": "7ed7ae01-49f5-4333-ba88-e126277ad5e1",
  "DiscountCodeID": "8bb9ff0a-bc50-4211-9cf5-d10eaecc087c",
  "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": "ce190318-3a3f-4fb8-957d-bc3aee57d9af",
  "InvoiceID": "57f00e8f-673d-497a-85e8-5e59c6f56bb2",
  "DiscountCodeID": "05ab9349-6ebc-4aed-89d3-3d9f3b65be3e",
  "Deleted": true
}