GET Api/USER_REGION_XREF/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VW_USERS_REGION_XREF
NameDescriptionTypeAdditional information
UserId

string

None.

REGION_ID

integer

None.

USER_EMAIL

string

None.

REGION

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserId": "sample string 1",
    "REGION_ID": 2,
    "USER_EMAIL": "sample string 3",
    "REGION": "sample string 4"
  },
  {
    "UserId": "sample string 1",
    "REGION_ID": 2,
    "USER_EMAIL": "sample string 3",
    "REGION": "sample string 4"
  }
]

text/xml

Sample:
<ArrayOfVW_USERS_REGION_XREF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
  <VW_USERS_REGION_XREF>
    <REGION>sample string 4</REGION>
    <REGION_ID>2</REGION_ID>
    <USER_EMAIL>sample string 3</USER_EMAIL>
    <UserId>sample string 1</UserId>
  </VW_USERS_REGION_XREF>
  <VW_USERS_REGION_XREF>
    <REGION>sample string 4</REGION>
    <REGION_ID>2</REGION_ID>
    <USER_EMAIL>sample string 3</USER_EMAIL>
    <UserId>sample string 1</UserId>
  </VW_USERS_REGION_XREF>
</ArrayOfVW_USERS_REGION_XREF>