HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/ProposalRequest HTTP/1.1
Host: api.scflv.com
Content-Type: text/jsv
Content-Length: length
{
Proposal:
{
ProposalId: 0,
SmartsheetsERCId: 0,
UploadDocumentName: String,
UploadFilePath: String,
CreatedDate: 0001-01-01,
OutputDocumentName: String,
OutputFilePath: String,
DeletedDate: 0001-01-01,
FileId: 00000000000000000000000000000000
},
ErcUid: 00000000000000000000000000000000,
Employees:
[
{
IsOwner: False,
Employee: String
}
]
}
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
}
]
},
Proposal:
{
ProposalId: 0,
SmartsheetsERCId: 0,
UploadDocumentName: String,
UploadFilePath: String,
CreatedDate: 0001-01-01,
OutputDocumentName: String,
OutputFilePath: String,
DeletedDate: 0001-01-01,
FileId: 00000000000000000000000000000000
},
Employees:
[
{
IsOwner: False,
Employee: String
}
],
OwnerList: String
}