POST api/reporting/csv
Request Csv for either set of negotiators or set of branches, with specified set of ReportFacets.
Request Information
URI Parameters
None.
Body Parameters
ReportCsvDataContractName | Description | Type | Additional information |
---|---|---|---|
Facets | Collection of ReportFacet |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
From | date |
None. |
|
To | date |
None. |
|
BranchIds | Collection of integer |
None. |
|
IncludeDrafts | boolean |
None. |
|
RoleTypes | Collection of string |
None. |
|
Order | ReportCsvOrder |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Facets": [ 0, 0 ], "NegotiatorIds": [ 1, 2 ], "From": "2023-02-04T23:05:12.9368021Z", "To": "2023-02-04T23:05:12.9368021Z", "BranchIds": [ 1, 2 ], "IncludeDrafts": true, "RoleTypes": [ "sample string 1", "sample string 2" ], "Order": 0 }
Response Information
Resource Description
JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "842238ee-9b59-4a46-93d3-b85c26a9dbe8", "Success": true }