The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/CustomsFileDataSyncSetupRequest HTTP/1.1
Host: 5.172.198.40
Content-Type: text/jsv
Content-Length: length
{
ID: String,
DeviceConfigsVersion: 0,
Path: String,
Data:
{
version: 0,
deviceConfigsVersion: 0,
insert:
[
{
itemType: String,
name: String,
path: String,
values:
{
String: {}
},
position:
{
path: String
}
}
],
edit:
[
{
itemType: String,
name: String,
path: String,
values:
{
String: {}
},
position:
{
path: String
}
}
],
delete:
[
{
itemType: String,
name: String,
path: String,
values:
{
String: {}
},
position:
{
path: String
}
}
]
}
}