GET api/Common/ServiceProviderList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ListItemOfGuid
NameDescriptionTypeAdditional information
GuidIdentity

globally unique identifier

None.

Code

globally unique identifier

None.

Name

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidIdentity": "0b6ee5e2-aab6-4bd9-8f70-4ecf64d83680",
    "Code": "c9359d96-2fb2-4b05-9efc-a5fb2cb7a644",
    "Name": "sample string 2",
    "Tag": "sample string 3"
  },
  {
    "GuidIdentity": "0b6ee5e2-aab6-4bd9-8f70-4ecf64d83680",
    "Code": "c9359d96-2fb2-4b05-9efc-a5fb2cb7a644",
    "Name": "sample string 2",
    "Tag": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfListItemOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
  <ListItemOfguid>
    <Code>c9359d96-2fb2-4b05-9efc-a5fb2cb7a644</Code>
    <GuidIdentity>0b6ee5e2-aab6-4bd9-8f70-4ecf64d83680</GuidIdentity>
    <Name>sample string 2</Name>
    <Tag>sample string 3</Tag>
  </ListItemOfguid>
  <ListItemOfguid>
    <Code>c9359d96-2fb2-4b05-9efc-a5fb2cb7a644</Code>
    <GuidIdentity>0b6ee5e2-aab6-4bd9-8f70-4ecf64d83680</GuidIdentity>
    <Name>sample string 2</Name>
    <Tag>sample string 3</Tag>
  </ListItemOfguid>
</ArrayOfListItemOfguid>