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": "a4224584-2c25-47d8-82a2-606ca460bf3e",
  "InvoiceID": "381587e6-199f-4759-bee0-02a29e7dc86f",
  "DiscountCodeID": "8373b264-c046-4603-9408-fc20c03e36ee",
  "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": "e05683a7-f0c5-4910-992b-6514beca0b56",
  "InvoiceID": "eee4ac42-ef5d-4a4c-80c3-51b6099726ff",
  "DiscountCodeID": "663be426-9e97-4ebe-a883-c0686e8c1448",
  "Deleted": true
}