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": "a058a611-8a6b-4375-9074-3f9145875367",
  "InvoiceID": "b14febf4-e670-4e71-a69f-ed273036379a",
  "DiscountCodeID": "bd328274-ea10-4cfc-96ac-4a298ce0d48e",
  "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": "96b5cbb0-c5bf-4427-8d2b-bf12993f9787",
  "InvoiceID": "f07d9e6d-0e4d-43bf-8a1f-a6e06d841553",
  "DiscountCodeID": "a3017761-565a-47b8-bd5d-ee5157fbd40a",
  "Deleted": true
}