GET api/v2/accounts/{accountId}/infos/{accountInfoId}

Request

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

accountInfoId

integer

Required

Response

AccountInfoBasic
NameDescriptionTypeAdditional information
Id

integer

Inherited

boolean

RequiredValue

boolean

Order

integer

InfoId

integer

Info

InfoBasic

InfoTypeId

integer

InfoType

InfoTypeBasic

MeasurementUnitId

integer

MeasurementUnit

MeasurementUnitBasic

DisplayValue

string

ForceScale

integer

ForceSignifDigits

integer

ValueText

string

ValueInteger

integer

ValueFloat

decimal number

ValueDateTime

date

ValueBoolean

boolean

ValueAccountId

integer

ValueAccount

AccountBasic

DependentInfoId

integer

DependentInfo

InfoBasic

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "Inherited": true,
  "RequiredValue": true,
  "Order": 4,
  "InfoId": 1,
  "Info": {
    "InfoTypeId": 1,
    "InfoType": {
      "Id": 1,
      "Identification": "sample string 2"
    },
    "Active": true,
    "MeasurementUnit": {
      "Description": "sample string 1",
      "Id": 2,
      "Identification": "sample string 3"
    },
    "ForceScale": 1,
    "ForceSignifDigits": 1,
    "ReadOnlyValue": true,
    "EquipmentTypeId": 1,
    "AccountTypeId": 1,
    "AllowAnyValue": true,
    "AllowText": true,
    "ConsumableTypeId": 1,
    "ConsumableType": {
      "Id": 1,
      "Identification": "sample string 2",
      "Active": true
    },
    "Options": [
      {
        "Id": 1,
        "InfoId": 1,
        "InfoType": {
          "Id": 1,
          "Identification": "sample string 2"
        },
        "MeasurementUnit": {
          "Description": "sample string 1",
          "Id": 2,
          "Identification": "sample string 3"
        },
        "ForceScale": 1,
        "ForceSignifDigits": 1,
        "DisplayValue": "sample string 2"
      },
      {
        "Id": 1,
        "InfoId": 1,
        "InfoType": {
          "Id": 1,
          "Identification": "sample string 2"
        },
        "MeasurementUnit": {
          "Description": "sample string 1",
          "Id": 2,
          "Identification": "sample string 3"
        },
        "ForceScale": 1,
        "ForceSignifDigits": 1,
        "DisplayValue": "sample string 2"
      }
    ],
    "DLLFileId": 1,
    "Custom01": "sample string 6",
    "Custom02": "sample string 7",
    "Custom03": "sample string 8",
    "Custom04": "sample string 9",
    "Id": 10,
    "Identification": "sample string 11"
  },
  "InfoTypeId": 1,
  "InfoType": {
    "Id": 1,
    "Identification": "sample string 2"
  },
  "MeasurementUnitId": 1,
  "MeasurementUnit": {
    "Description": "sample string 1",
    "Id": 2,
    "Identification": "sample string 3"
  },
  "DisplayValue": "sample string 5",
  "ForceScale": 1,
  "ForceSignifDigits": 1,
  "ValueText": "sample string 6",
  "ValueInteger": 1,
  "ValueFloat": 1.1,
  "ValueDateTime": "2025-08-04T18:39:42.9530659Z",
  "ValueBoolean": true,
  "ValueAccountId": 1,
  "ValueAccount": {
    "Complement": "sample string 1",
    "ReferenceKey": "sample string 2",
    "AccountType": {
      "Active": true,
      "RequireRegistryNumber": true,
      "AccountTypeRegistryTypeId": 1,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "PriceList": {
      "Active": true,
      "Expire": "2025-08-04T18:39:42.9540656Z",
      "ConsiderServiceCenterPriceListFromSampleOrWork": true,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "Active": true,
    "RelatedAccountRequired": true,
    "RegistryNumber": "sample string 5",
    "CultureId": "sample string 6",
    "Id": 7,
    "Identification": "sample string 8"
  },
  "DependentInfoId": 1,
  "DependentInfo": {
    "InfoTypeId": 1,
    "InfoType": {
      "Id": 1,
      "Identification": "sample string 2"
    },
    "Active": true,
    "MeasurementUnit": {
      "Description": "sample string 1",
      "Id": 2,
      "Identification": "sample string 3"
    },
    "ForceScale": 1,
    "ForceSignifDigits": 1,
    "ReadOnlyValue": true,
    "EquipmentTypeId": 1,
    "AccountTypeId": 1,
    "AllowAnyValue": true,
    "AllowText": true,
    "ConsumableTypeId": 1,
    "ConsumableType": {
      "Id": 1,
      "Identification": "sample string 2",
      "Active": true
    },
    "Options": [
      {
        "Id": 1,
        "InfoId": 1,
        "InfoType": {
          "Id": 1,
          "Identification": "sample string 2"
        },
        "MeasurementUnit": {
          "Description": "sample string 1",
          "Id": 2,
          "Identification": "sample string 3"
        },
        "ForceScale": 1,
        "ForceSignifDigits": 1,
        "DisplayValue": "sample string 2"
      },
      {
        "Id": 1,
        "InfoId": 1,
        "InfoType": {
          "Id": 1,
          "Identification": "sample string 2"
        },
        "MeasurementUnit": {
          "Description": "sample string 1",
          "Id": 2,
          "Identification": "sample string 3"
        },
        "ForceScale": 1,
        "ForceSignifDigits": 1,
        "DisplayValue": "sample string 2"
      }
    ],
    "DLLFileId": 1,
    "Custom01": "sample string 6",
    "Custom02": "sample string 7",
    "Custom03": "sample string 8",
    "Custom04": "sample string 9",
    "Id": 10,
    "Identification": "sample string 11"
  }
}

text/html

Sample:
{"Id":1,"Inherited":true,"RequiredValue":true,"Order":4,"InfoId":1,"Info":{"InfoTypeId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"Active":true,"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"ReadOnlyValue":true,"EquipmentTypeId":1,"AccountTypeId":1,"AllowAnyValue":true,"AllowText":true,"ConsumableTypeId":1,"ConsumableType":{"Id":1,"Identification":"sample string 2","Active":true},"Options":[{"Id":1,"InfoId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"DisplayValue":"sample string 2"},{"Id":1,"InfoId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"DisplayValue":"sample string 2"}],"DLLFileId":1,"Custom01":"sample string 6","Custom02":"sample string 7","Custom03":"sample string 8","Custom04":"sample string 9","Id":10,"Identification":"sample string 11"},"InfoTypeId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnitId":1,"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"DisplayValue":"sample string 5","ForceScale":1,"ForceSignifDigits":1,"ValueText":"sample string 6","ValueInteger":1,"ValueFloat":1.1,"ValueDateTime":"2025-08-04T18:39:42.9530659Z","ValueBoolean":true,"ValueAccountId":1,"ValueAccount":{"Complement":"sample string 1","ReferenceKey":"sample string 2","AccountType":{"Active":true,"RequireRegistryNumber":true,"AccountTypeRegistryTypeId":1,"Id":3,"Identification":"sample string 4"},"PriceList":{"Active":true,"Expire":"2025-08-04T18:39:42.9540656Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Active":true,"RelatedAccountRequired":true,"RegistryNumber":"sample string 5","CultureId":"sample string 6","Id":7,"Identification":"sample string 8"},"DependentInfoId":1,"DependentInfo":{"InfoTypeId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"Active":true,"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"ReadOnlyValue":true,"EquipmentTypeId":1,"AccountTypeId":1,"AllowAnyValue":true,"AllowText":true,"ConsumableTypeId":1,"ConsumableType":{"Id":1,"Identification":"sample string 2","Active":true},"Options":[{"Id":1,"InfoId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"DisplayValue":"sample string 2"},{"Id":1,"InfoId":1,"InfoType":{"Id":1,"Identification":"sample string 2"},"MeasurementUnit":{"Description":"sample string 1","Id":2,"Identification":"sample string 3"},"ForceScale":1,"ForceSignifDigits":1,"DisplayValue":"sample string 2"}],"DLLFileId":1,"Custom01":"sample string 6","Custom02":"sample string 7","Custom03":"sample string 8","Custom04":"sample string 9","Id":10,"Identification":"sample string 11"}}