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": "071d8def-f7c9-4be4-ae62-0dbdecef0387",
  "InvoiceID": "dfbb0fdc-83b4-4d75-a3d8-d64d597fcf93",
  "DiscountCodeID": "e8b23ede-f248-43c1-a537-bd4ccb4df11d",
  "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": "60ffd09c-9ea9-4043-a400-e99607ccc869",
  "InvoiceID": "44b57aee-9dfb-4af4-b291-3588b5b08073",
  "DiscountCodeID": "d87f6669-1a68-413c-ba5e-b3300107ef57",
  "Deleted": true
}