GET api/ServiceCenters

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ServiceCenter
NameDescriptionTypeAdditional information
ID

string

None.

codIATA

string

None.

Name

string

None.

Address

string

None.

Phone

string

None.

City

string

None.

Country

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "sample string 1",
    "codIATA": "sample string 2",
    "Name": "sample string 3",
    "Address": "sample string 4",
    "Phone": "sample string 5",
    "City": "sample string 6",
    "Country": "sample string 7"
  },
  {
    "ID": "sample string 1",
    "codIATA": "sample string 2",
    "Name": "sample string 3",
    "Address": "sample string 4",
    "Phone": "sample string 5",
    "City": "sample string 6",
    "Country": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDCReembolso.ServiceCenter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Reembolso2._0.Models">
  <DCReembolso.ServiceCenter>
    <Address>sample string 4</Address>
    <City>sample string 6</City>
    <Country>sample string 7</Country>
    <ID>sample string 1</ID>
    <Name>sample string 3</Name>
    <Phone>sample string 5</Phone>
    <codIATA>sample string 2</codIATA>
  </DCReembolso.ServiceCenter>
  <DCReembolso.ServiceCenter>
    <Address>sample string 4</Address>
    <City>sample string 6</City>
    <Country>sample string 7</Country>
    <ID>sample string 1</ID>
    <Name>sample string 3</Name>
    <Phone>sample string 5</Phone>
    <codIATA>sample string 2</codIATA>
  </DCReembolso.ServiceCenter>
</ArrayOfDCReembolso.ServiceCenter>