POST api/Invoice/ErrorPost

Request Information

URI Parameters

None.

Body Parameters

InvoiceErrorViewModel
NameDescriptionTypeAdditional information
ID

integer

None.

CompanyID

integer

None.

Exception

string

None.

Message

string

None.

ExceptionDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CompanyID": 2,
  "Exception": "sample string 3",
  "Message": "sample string 4",
  "ExceptionDateTime": "2026-01-06T12:54:03.3328505+00:00"
}

application/xml, text/xml

Sample:
<InvoiceErrorViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.InvoiceModels">
  <CompanyID>2</CompanyID>
  <Exception>sample string 3</Exception>
  <ExceptionDateTime>2026-01-06T12:54:03.3328505+00:00</ExceptionDateTime>
  <ID>1</ID>
  <Message>sample string 4</Message>
</InvoiceErrorViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.