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
Dezrez.Core.DataContracts.External.Api.Reporting.ReportCsvDataContractName | Description | Type | Additional information |
---|---|---|---|
Facets | Collection of Dezrez.Core.DataContracts.External.Api.Reporting.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 | Dezrez.Core.DataContracts.External.Api.Reporting.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": "2024-10-06T05:08:10.1423902Z", "To": "2024-10-06T05:08:10.1423902Z", "BranchIds": [ 1, 2 ], "IncludeDrafts": true, "RoleTypes": [ "sample string 1", "sample string 2" ], "Order": 0 }
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.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": "ac279050-6a66-4566-81d8-0adcbca39a97", "Success": true }