HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/BatchesRequest HTTP/1.1
Host: taxcommapi.trendsic.net
Content-Type: text/jsv
Content-Length: length
{
fipsCode: 0,
status: String,
BatchView:
[
{
ID: 0,
tax_year: 0,
fips_code: 0,
batch_no: 0,
TotalCount: 0,
batch_created: 0001-01-01,
status: String,
batch_submitted: 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
}
]
},
BatchView:
[
{
ID: 0,
tax_year: 0,
fips_code: 0,
batch_no: 0,
TotalCount: 0,
batch_created: 0001-01-01,
status: String,
batch_submitted: 0001-01-01
}
]
}