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": "3192af9b-98f1-46c5-a018-1e3d0cd6c7f5",
  "InvoiceID": "99167e8a-dd37-4e4c-8908-cb3ab267323c",
  "DiscountCodeID": "4c450221-f406-4e37-967e-d2097bdaf881",
  "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": "480c94a5-c5f6-4c2d-9868-09d468c81396",
  "InvoiceID": "7809a17a-4801-4e73-bee8-fc54452d2083",
  "DiscountCodeID": "1581531b-c032-4fc4-af04-cd848941fe69",
  "Deleted": true
}