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": "36c6f801-6e9b-4b83-b478-f09d0182a714",
  "InvoiceID": "8b9f8fef-25fd-442f-aedd-488d6c31d156",
  "DiscountCodeID": "5007d1fd-3eb0-4e42-9837-0ef4837abc9d",
  "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": "ba3e3e38-92e0-44f1-9889-f5dd22731568",
  "InvoiceID": "3cbb5632-3bbc-4ac5-a06e-377465c5cac4",
  "DiscountCodeID": "1ff8f1d3-b29b-40c4-8440-9e099696c21a",
  "Deleted": true
}