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
ReportCsvDataContract| Name | 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": "2026-01-24T05:34:37.0244586Z",
"To": "2026-01-24T05:34:37.0244586Z",
"BranchIds": [
1,
2
],
"IncludeDrafts": true,
"RoleTypes": [
"sample string 1",
"sample string 2"
],
"Order": 0
}
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | 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": "035e6b68-7a8a-4988-ac05-86a7e0acc9a2",
"Success": true
}