GET api/v2/IntegrationTags/New

Request

URI Parameters

Response

IntegrationTagNew
NameDescriptionTypeAdditional 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": "2025-08-04T18:40:22.7362423Z",
      "ConsiderServiceCenterPriceListFromSampleOrWork": true,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "Id": 2,
    "Identification": "sample string 3"
  },
  "Active": true,
  "SId": 1,
  "EditionDateTime": "2025-08-04T18:40:22.7362423Z",
  "EditionUserId": 4,
  "ActivationDateTime": "2025-08-04T18:40:22.7362423Z",
  "ActivationUserId": 5,
  "MaxHourNotifyPendingRecords": 1.1,
  "Recipients": "sample string 6",
  "LastNotification": "2025-08-04T18:40:22.7362423Z",
  "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":"2025-08-04T18:40:22.7362423Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"Active":true,"SId":1,"EditionDateTime":"2025-08-04T18:40:22.7362423Z","EditionUserId":4,"ActivationDateTime":"2025-08-04T18:40:22.7362423Z","ActivationUserId":5,"MaxHourNotifyPendingRecords":1.1,"Recipients":"sample string 6","LastNotification":"2025-08-04T18:40:22.7362423Z","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"}]}