SLnet.WebExtApi

<back to all web services

CustomsFileDataSyncSetupRequest

SFA SyncSetup Service

The following routes are available for this service:
GET, PUT, DELETE/services/sfa/syncsetup/customs/{ID}/filedata

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

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
				}
			}
		]
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	
}