POST api/v2/ResultsExports/Export

Request

URI Parameters

Body Parameters

ResultsExportExportData
NameDescriptionTypeAdditional 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": "2025-08-04T18:39:30.987567Z",
  "EndDate": "2025-08-04T18:39:30.987567Z",
  "CollectionPointId": 1,
  "SampleTypeId": 1,
  "ServiceCenterId": 1,
  "SampleReasonId": 1,
  "WorkId": 1
}

text/html

Sample:
{"AccountId":1,"MyAccountId":2,"CAS":3,"SampleStatusId":4,"StartDate":"2025-08-04T18:39:30.987567Z","EndDate":"2025-08-04T18:39:30.987567Z","CollectionPointId":1,"SampleTypeId":1,"ServiceCenterId":1,"SampleReasonId":1,"WorkId":1}

Response

integer

Response Format

application/json, text/json, text/html

Sample:
1