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
}
}