POST api/v2/ResultsExports/Export
Request
URI Parameters
Body Parameters
ResultsExportExportData| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer | ||
| MyAccountId | integer | ||
| CAS | integer | ||
| SampleStatusId | integer | ||
| StartDate | date | ||
| EndDate | date | ||
| CollectionPointId | integer | ||
| SampleTypeId | integer | ||
| ServiceCenterId | integer | ||
| SampleReasonId | integer | ||
| WorkId | integer |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"MyAccountId": 2,
"CAS": 3,
"SampleStatusId": 4,
"StartDate": "2026-02-02T21:08:23.2360134Z",
"EndDate": "2026-02-02T21:08:23.2360134Z",
"CollectionPointId": 1,
"SampleTypeId": 1,
"ServiceCenterId": 1,
"SampleReasonId": 1,
"WorkId": 1
}
text/html
Sample:
{"AccountId":1,"MyAccountId":2,"CAS":3,"SampleStatusId":4,"StartDate":"2026-02-02T21:08:23.2360134Z","EndDate":"2026-02-02T21:08:23.2360134Z","CollectionPointId":1,"SampleTypeId":1,"ServiceCenterId":1,"SampleReasonId":1,"WorkId":1}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1