HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/CommissionUnmatchedProcessorRequest HTTP/1.1
Host: api.exactbenefits.com
Content-Type: text/jsv
Content-Length: length
{
StartDate: 0001-01-01,
EndDate: 0001-01-01,
UnprocessedOnly: False,
MissingAgentId: False,
SunfireRecord: False,
CommissionRecord: False,
AgentId: 0,
IsExternal: False,
CommissionUnmatchedProcessor:
[
{
CommissionRecordId: 0,
SunfireId: 0,
DateCreated: 0001-01-01,
AgentName: String,
AgentNPN: String,
AgentId: 0,
AgentRank: String,
PolicyNumber: String,
MedicareIdNumber: String,
ProductType: String,
Carrier: String,
InsuredAnnuitant: String,
IsIgnore: False,
Reason: String,
SunfireRecord: False,
CommissionRecord: False,
HasAgent: False,
IsExternal: False,
Processed: False
}
],
IsIgnore: False,
Reason: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
CommissionUnmatchedProcessor:
[
{
CommissionRecordId: 0,
SunfireId: 0,
DateCreated: 0001-01-01,
AgentName: String,
AgentNPN: String,
AgentId: 0,
AgentRank: String,
PolicyNumber: String,
MedicareIdNumber: String,
ProductType: String,
Carrier: String,
InsuredAnnuitant: String,
IsIgnore: False,
Reason: String,
SunfireRecord: False,
CommissionRecord: False,
HasAgent: False,
IsExternal: False,
Processed: False
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}