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
}
]
},
Duplicates:
[
{
Id: 0,
PolicyNumber: String,
MedicareIdNumber: String,
PolicyMasterID: String,
EffectiveDate: 0001-01-01,
AppSubmitDate: 0001-01-01,
PlanType: String,
CarrierId: 0,
CarrierName: String,
ContactId: 0,
ContactName: String,
PlanName: String,
PolicyStatus: String,
DateCreated: 0001-01-01,
RecordCount: 0,
ListingCount: 0
}
]
}