GET api/v2/IntegrationTags/New
Request
URI Parameters
Response
IntegrationTagNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| ServiceCenterId | integer | ||
| ServiceCenter | ServiceCenterBasic | ||
| Active | boolean | ||
| SId | integer | ||
| EditionDateTime | date | ||
| EditionUserId | integer | ||
| ActivationDateTime | date | ||
| ActivationUserId | integer | ||
| MaxHourNotifyPendingRecords | decimal number | ||
| Recipients | string | ||
| LastNotification | date | ||
| Configs | Collection of IntegrationTagConfigNew |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 1",
"ServiceCenterId": 2,
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:07:24.0386692Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
},
"Active": true,
"SId": 1,
"EditionDateTime": "2026-02-02T21:07:24.0386692Z",
"EditionUserId": 4,
"ActivationDateTime": "2026-02-02T21:07:24.0386692Z",
"ActivationUserId": 5,
"MaxHourNotifyPendingRecords": 1.1,
"Recipients": "sample string 6",
"LastNotification": "2026-02-02T21:07:24.0386692Z",
"Configs": [
{
"Id": 1,
"IntegrationTagId": 1,
"SampleTypeId": 1,
"CollectionPointId": 1,
"InfoId": 2,
"Tag": "sample string 3",
"Description": "sample string 4"
},
{
"Id": 1,
"IntegrationTagId": 1,
"SampleTypeId": 1,
"CollectionPointId": 1,
"InfoId": 2,
"Tag": "sample string 3",
"Description": "sample string 4"
}
]
}
text/html
Sample:
{"Id":1,"Identification":"sample string 1","ServiceCenterId":2,"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:07:24.0386692Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"Active":true,"SId":1,"EditionDateTime":"2026-02-02T21:07:24.0386692Z","EditionUserId":4,"ActivationDateTime":"2026-02-02T21:07:24.0386692Z","ActivationUserId":5,"MaxHourNotifyPendingRecords":1.1,"Recipients":"sample string 6","LastNotification":"2026-02-02T21:07:24.0386692Z","Configs":[{"Id":1,"IntegrationTagId":1,"SampleTypeId":1,"CollectionPointId":1,"InfoId":2,"Tag":"sample string 3","Description":"sample string 4"},{"Id":1,"IntegrationTagId":1,"SampleTypeId":1,"CollectionPointId":1,"InfoId":2,"Tag":"sample string 3","Description":"sample string 4"}]}