TeleportService

<back to all web services

Market_Reports

Requires Authentication
The following routes are available for this service:
POST, GET/Market_Reports
Market_Reports Parameters:
NameParameterData TypeRequiredDescription
reportbodystringNo
startDatebodyDateTimeNo
endDatebodyDateTimeNo
datebodyDateTimeNo
marketplacebodystringNo
shopIdbodystringNo
pathbodystringNo
additionalbodyList<MarketReportAdditionalParams>No
MarketReportAdditionalParams Parameters:
NameParameterData TypeRequiredDescription
keyformstringNo
valueformstringNo

To override the Content-type in your clients, use the 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 /Market_Reports HTTP/1.1 
Host: wbs.e-teleport.ru 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	report: String,
	startDate: 0001-01-01,
	endDate: 0001-01-01,
	date: 0001-01-01,
	marketplace: String,
	shopId: String,
	path: String,
	additional: 
	[
		{
			key: String,
			value: String
		}
	]
}