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": "a677f85d-49c4-4d8a-9080-8131f6d2d778",
  "InvoiceID": "050ea32c-ba0b-4110-9c94-d879ef775098",
  "DiscountCodeID": "060f9c73-b2a3-4829-88e3-60d48a3adb9a",
  "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": "d8583a4d-8ccd-4ff8-bdad-c5374afbf6a0",
  "InvoiceID": "f6486cc6-598b-41bd-9e5b-a3fcf699ed28",
  "DiscountCodeID": "daae37f0-fd14-4634-974d-f4f0f38968e2",
  "Deleted": true
}