GET api/hero/lrb/sitetransfer/getallsites

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GulfSiteCodeViewModel
NameDescriptionTypeAdditional information
Code

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "Name": "sample string 2"
  },
  {
    "Code": "sample string 1",
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGulfSiteCodeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Rubicon.Gulf.Application.Inventory.Sites.ViewModels">
  <GulfSiteCodeViewModel>
    <Code>sample string 1</Code>
    <Name>sample string 2</Name>
  </GulfSiteCodeViewModel>
  <GulfSiteCodeViewModel>
    <Code>sample string 1</Code>
    <Name>sample string 2</Name>
  </GulfSiteCodeViewModel>
</ArrayOfGulfSiteCodeViewModel>