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": "bdb5637a-a54a-4387-97cc-dc579a8173d5",
  "InvoiceID": "a1548248-8550-4ad0-8a68-121da7729df5",
  "DiscountCodeID": "057f5b23-a952-43da-9efb-ac1bd290a759",
  "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": "1f19001f-3930-4c39-ac64-8095d40c03e3",
  "InvoiceID": "f9eeaf6d-d442-46b8-9909-c84f5c0da323",
  "DiscountCodeID": "cdfe619e-0784-49ef-b81d-2867ac8b1959",
  "Deleted": true
}