The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetCaseRequest HTTP/1.1
Host: localhost
Content-Type: text/jsv
Content-Length: length
{
AccountId: 0,
Skip: 0,
Take: 0,
OrderByDesc: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
},
Cases:
[
{
CaseId: 0,
CaseNumber: String,
CaseTypeId: 0,
CaseSourceId: 0,
Description: String,
DepartmentId: 0,
Status: 0,
CloseReasonId: 0,
Created: 0001-01-01
}
],
Count: 0,
HasNextPage: False,
HasPreviousPage: False,
CurrentPage: 0,
TotalPages: 0
}