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": "08c944fa-7b6f-4f99-99a0-75b517094d56",
  "InvoiceID": "ac5d02b4-9cfc-4e92-846b-7c1493793324",
  "DiscountCodeID": "24a96952-789d-4f08-9a98-e49b114caa55",
  "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": "3a849053-a04a-4e1e-9467-66c24efdaff2",
  "InvoiceID": "841091de-c9ea-4719-b838-a1141b784bad",
  "DiscountCodeID": "aaa4e7f0-2265-4dbf-90ee-0faa55335cb0",
  "Deleted": true
}