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": "ed276a6a-0264-436d-9933-1aaffcf80ec8",
  "InvoiceID": "1806f43e-37c9-4df6-836a-83892120efc1",
  "DiscountCodeID": "94a61929-94bc-4413-9084-d0f596edee56",
  "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": "cfbbe7ba-f156-4a01-92bc-0df81d9f114f",
  "InvoiceID": "fabac2fb-9311-4a1e-916e-1ee265c33ba7",
  "DiscountCodeID": "f69527f5-2409-4705-bf7e-7bbce3e922e5",
  "Deleted": true
}