The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
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
}
]
},
AllData:
[
{
Position: 0,
RecruiterId: 0,
RecruiterName: String,
RecruitPoints: 0,
TotalAgentsPromoted: 0,
PromotionPoints: 0,
PolicyPoints: 0,
TotalPoints: 0
}
],
Agents:
[
{
Position: 0,
RecruiterId: 0,
RecruiterName: String,
RecruitPoints: 0,
TotalAgentsPromoted: 0,
PromotionPoints: 0,
PolicyPoints: 0,
TotalPoints: 0
}
],
Pool:
[
{
PoolStartDate: 0001-01-01,
TotalPoolValue: 0,
TotalRollover: 0
}
]
}