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": "8ce3ab4c-3f0f-44cb-9ae8-29b37a51b2a7",
  "InvoiceID": "1296d56f-d4f9-46b9-b665-c55a5f3ddca1",
  "DiscountCodeID": "81592250-2929-41fb-b179-98bb392fd616",
  "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": "3d753855-cb5e-41d3-8a33-62e17bd8c9da",
  "InvoiceID": "f727eeed-bf0b-4197-bafa-c2a75a51c39b",
  "DiscountCodeID": "3fa4696d-1567-43f4-8712-e6044b3d4df4",
  "Deleted": true
}