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": "9acc7148-5e90-473a-a23f-c8adf6048faf",
  "InvoiceID": "6610257e-8d08-4520-8723-f144cac15f30",
  "DiscountCodeID": "5ddaf934-992a-4214-8f81-d24e7ecd5eb3",
  "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": "027788a9-9c43-4550-a857-4a1ca7605e24",
  "InvoiceID": "5eaa426e-8e49-40a1-9d1d-f51df40d0fc7",
  "DiscountCodeID": "702cb452-3bff-48e1-a893-9b7dec018bfd",
  "Deleted": true
}