HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Prefixes HTTP/1.1
Host: drt-racing.gr
Content-Type: text/jsv
Content-Length: length
{
RevisionNumber: 0,
WebScenID: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
ObjectType: 0,
CompanyID: String,
ID: String,
Code: String,
Description: String,
RevisionNumber: 0
}
]