GET ServiceCenter

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

InitPro.Ida.Exchange.Licus.Dto.ServiceCenterList
NameDescriptionTypeAdditional information
Repaircenters

Collection of InitPro.Ida.Exchange.Licus.Dto.ServiceCenter

None.

Response Formats

application/json, text/json

Sample:
{
  "Repaircenters": [
    {
      "ServiceCenterNumber": "sample string 1",
      "CompanyName": "sample string 2",
      "Street": "sample string 3",
      "ZipCode": "sample string 4",
      "City": "sample string 5",
      "Country": "sample string 6"
    },
    {
      "ServiceCenterNumber": "sample string 1",
      "CompanyName": "sample string 2",
      "Street": "sample string 3",
      "ZipCode": "sample string 4",
      "City": "sample string 5",
      "Country": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<ServiceCenterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InitPro.Ida.Exchange.Licus.Dto">
  <Repaircenters>
    <ServiceCenter>
      <City>sample string 5</City>
      <CompanyName>sample string 2</CompanyName>
      <Country>sample string 6</Country>
      <ServiceCenterNumber>sample string 1</ServiceCenterNumber>
      <Street>sample string 3</Street>
      <ZipCode>sample string 4</ZipCode>
    </ServiceCenter>
    <ServiceCenter>
      <City>sample string 5</City>
      <CompanyName>sample string 2</CompanyName>
      <Country>sample string 6</Country>
      <ServiceCenterNumber>sample string 1</ServiceCenterNumber>
      <Street>sample string 3</Street>
      <ZipCode>sample string 4</ZipCode>
    </ServiceCenter>
  </Repaircenters>
</ServiceCenterList>