HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/PolicyProductCommissionRecordsSearchCountRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/jsv
Content-Length: length
{
PolicyProductId: 0,
DateProcessedStart: 0001-01-01,
DateProcessedEnd: 0001-01-01,
DateCreatedStart: 0001-01-01,
DateCreatedEnd: 0001-01-01,
EffectiveDateStart: 0001-01-01,
EffectiveDateEnd: 0001-01-01,
AppSubmitDateStart: 0001-01-01,
AppSubmitDateEnd: 0001-01-01
}
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
}
]
},
RecordCount: 0
}