POST api/v2/MapaLabsSamples/{mapaLabsSampleId}/SystemSamples
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mapaLabsSampleId | integer |
Required |
Response
SampleInsertName | Description | Type | Additional information |
---|---|---|---|
Identification | string | ||
ControlIdentification | string | ||
TakenDateTime | date | ||
SampleTypeId | integer | ||
ServiceCenterId | integer | ||
CollectionPointId | integer | ||
PriceListId | integer | ||
ConclusionTime | integer | ||
ConclusionTimeFixed | boolean | ||
AccountId | integer | ||
RelatedAccountId | integer | ||
SampleReasonId | integer | ||
ReferenceKey | string | ||
SyncPortal | boolean | ||
Latitude | decimal number | ||
Altitude | decimal number | ||
Longitude | decimal number | ||
groupId | integer | ||
UpdateTermAndPrice | boolean | ||
Infos | Collection of SampleInfoInsert | ||
Analyses | Collection of SampleAnalysisInsert | ||
Specifications | Collection of SampleSpecificationInsert |
Response Format
application/json, text/json
Sample:
{ "Identification": "sample string 1", "ControlIdentification": "sample string 2", "TakenDateTime": "2025-08-04T18:39:15.265618Z", "SampleTypeId": 1, "ServiceCenterId": 3, "CollectionPointId": 1, "PriceListId": 1, "ConclusionTime": 1, "ConclusionTimeFixed": true, "AccountId": 1, "RelatedAccountId": 1, "SampleReasonId": 5, "ReferenceKey": "sample string 6", "SyncPortal": true, "Latitude": 1.1, "Altitude": 1.1, "Longitude": 1.1, "groupId": 1, "UpdateTermAndPrice": true, "Infos": [ { "InfoId": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "Inherit": true, "Inherited": true, "RequiredValue": true }, { "InfoId": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "Inherit": true, "Inherited": true, "RequiredValue": true } ], "Analyses": [ { "MethodId": 1, "AnalysisGroupId": 1, "InfoId": 1, "MeasurementUnitId": 1 }, { "MethodId": 1, "AnalysisGroupId": 1, "InfoId": 1, "MeasurementUnitId": 1 } ], "Specifications": [ { "SpecificationId": 1 }, { "SpecificationId": 1 } ] }
text/html
Sample:
{"Identification":"sample string 1","ControlIdentification":"sample string 2","TakenDateTime":"2025-08-04T18:39:15.265618Z","SampleTypeId":1,"ServiceCenterId":3,"CollectionPointId":1,"PriceListId":1,"ConclusionTime":1,"ConclusionTimeFixed":true,"AccountId":1,"RelatedAccountId":1,"SampleReasonId":5,"ReferenceKey":"sample string 6","SyncPortal":true,"Latitude":1.1,"Altitude":1.1,"Longitude":1.1,"groupId":1,"UpdateTermAndPrice":true,"Infos":[{"InfoId":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"Inherit":true,"Inherited":true,"RequiredValue":true},{"InfoId":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"Inherit":true,"Inherited":true,"RequiredValue":true}],"Analyses":[{"MethodId":1,"AnalysisGroupId":1,"InfoId":1,"MeasurementUnitId":1},{"MethodId":1,"AnalysisGroupId":1,"InfoId":1,"MeasurementUnitId":1}],"Specifications":[{"SpecificationId":1},{"SpecificationId":1}]}