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
{
UploadFiles:
[
{
FileUploadId: 0,
UploadFileName: String,
RecordCount: 0
}
],
PolicyProducts:
[
{
PolicyProductId: 0,
PolicyProductName: String,
RecordCount: 0
}
],
Sunfire:
{
RecordCount: 0,
ListingCount: 0,
TotalAmount: 0,
PositiveCount: 0,
PositiveAmount: 0,
NegativeCount: 0,
NegativeAmount: 0
},
Backend:
{
RecordCount: 0,
ListingCount: 0,
TotalAmount: 0,
PositiveCount: 0,
PositiveAmount: 0,
NegativeCount: 0,
NegativeAmount: 0
},
PropertySpread:
[
{
PropertyName: String,
Value: String,
Count: 0
}
],
Outcomes:
{
RecordCount: 0,
IssueCount: 0,
NoListingsCount: 0,
WithListingsCount: 0
},
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}