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": "730c7d37-b672-4929-b2be-9c75022f0000",
  "InvoiceID": "fd22bb00-97c0-4bf3-9b6d-04c7bff14b59",
  "DiscountCodeID": "4c3b0f57-2fe5-4c4d-9234-6d7271df08b1",
  "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": "5f5123f8-05ee-4c75-91e0-74af7b150b5b",
  "InvoiceID": "645dc9e9-026e-4235-a742-0630f6d2872c",
  "DiscountCodeID": "0c59f726-968d-4dfb-8175-efbd6e0a7f71",
  "Deleted": true
}