GET BJCVRIConfigInfo

Return Entity# and DepartmentPin#.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ResultBJCVRIEntity
NameDescriptionTypeAdditional information
Id

integer

None.

EntityNumber

string

None.

DepartmentPins

Collection of ResultBJCVRIDepartmentPin

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "EntityNumber": "sample string 2",
    "DepartmentPins": [
      {
        "Id": 1,
        "DepartmentPinNumber": "sample string 2"
      },
      {
        "Id": 1,
        "DepartmentPinNumber": "sample string 2"
      }
    ]
  },
  {
    "Id": 1,
    "EntityNumber": "sample string 2",
    "DepartmentPins": [
      {
        "Id": 1,
        "DepartmentPinNumber": "sample string 2"
      },
      {
        "Id": 1,
        "DepartmentPinNumber": "sample string 2"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfResultBJCVRIEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResultBJCVRIEntity>
    <DepartmentPins>
      <ResultBJCVRIDepartmentPin>
        <DepartmentPinNumber>sample string 2</DepartmentPinNumber>
        <Id>1</Id>
      </ResultBJCVRIDepartmentPin>
      <ResultBJCVRIDepartmentPin>
        <DepartmentPinNumber>sample string 2</DepartmentPinNumber>
        <Id>1</Id>
      </ResultBJCVRIDepartmentPin>
    </DepartmentPins>
    <EntityNumber>sample string 2</EntityNumber>
    <Id>1</Id>
  </ResultBJCVRIEntity>
  <ResultBJCVRIEntity>
    <DepartmentPins>
      <ResultBJCVRIDepartmentPin>
        <DepartmentPinNumber>sample string 2</DepartmentPinNumber>
        <Id>1</Id>
      </ResultBJCVRIDepartmentPin>
      <ResultBJCVRIDepartmentPin>
        <DepartmentPinNumber>sample string 2</DepartmentPinNumber>
        <Id>1</Id>
      </ResultBJCVRIDepartmentPin>
    </DepartmentPins>
    <EntityNumber>sample string 2</EntityNumber>
    <Id>1</Id>
  </ResultBJCVRIEntity>
</ArrayOfResultBJCVRIEntity>