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": "8654da13-1a88-498c-8d22-b9241f88b3d2",
  "InvoiceID": "9a5e4309-a1f8-4d08-a363-1a90b33204c3",
  "DiscountCodeID": "43bba15f-b454-4937-84cd-e041269c9494",
  "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": "a55b7e4d-14a9-4919-9611-b865e753f8ab",
  "InvoiceID": "b73d39fe-c9fa-4575-87f6-e103ec08e6d8",
  "DiscountCodeID": "55bd8fc7-3c42-4752-8b74-24d183e81c01",
  "Deleted": true
}