Qvinci Api

<back to all web services

GetFlatRequest

The following routes are available for this service:
GET/v1/Reporting/ProfitAndLoss/Flat
GET/v1/Reporting/ProfitAndLoss/Flat

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/GetFlatRequest HTTP/1.1 
Host: api.qvinci.com 
Content-Type: text/jsv
Content-Length: length

{
	UseAccountMapping: False,
	IncludeComputedColumns: False,
	OrderBy: String,
	UseCustomDateRange: False,
	StartDate: 0001-01-01,
	EndDate: 0001-01-01,
	CompanyId: 0,
	Filters: 
	[
		00000000000000000000000000000000
	],
	Locations: 
	[
		0
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Url: String,
	SelectedOptions: 
	{
		ReportType: String,
		DateFrequency: String,
		UseAccountMapping: False,
		VerticalAnalysisType: String,
		IncludeComputedColumns: False,
		OrderBy: String,
		RelativeDateRange: String,
		UseCustomDateRange: False,
		StartDate: String,
		EndDate: String,
		Filters: 
		[
			00000000000000000000000000000000
		],
		Locations: 
		[
			0
		]
	},
	ReportModel: 
	{
		ReportHeader: String,
		BuildTime: 0
	}
}