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": "0634d59d-c9be-4d98-b798-6276f1b68af0",
  "InvoiceID": "2a778cbb-0bb5-48a2-928d-370100f204f5",
  "DiscountCodeID": "af07e51e-4a4c-4ede-9999-fc4be9ebff65",
  "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": "44e0b55e-79c0-41d6-8346-a871ed510498",
  "InvoiceID": "015c43c7-89d0-4885-8283-9ab6cc284536",
  "DiscountCodeID": "9fe50be4-033a-47a6-91df-39d1293b07ff",
  "Deleted": true
}