HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/SmartsheetsMovePEOToSCFRequest HTTP/1.1
Host: api.consumertaxadvocate.com
Content-Type: text/jsv
Content-Length: length
{
RecordsToMove:
[
{
ID: 0,
TableName: String,
PolicyAssociateId: String,
AgentName: String,
AgentID: 0,
ClientName: String,
PolicyNumber: String,
TransactionId: String,
Type: String,
ContactId: 0,
app_id: 00000000000000000000000000000000
}
]
}
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
}
]
}
}