GET api/relation

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RelationInfoResponse
NameDescriptionTypeAdditional information
ID

integer

None.

ParentID

integer

None.

Prefix

string

None.

Name

string

None.

IMEIRequired

boolean

None.

Street

string

None.

Housenumber

string

None.

PostalCode

string

None.

City

string

None.

Telephone

string

None.

Country

string

None.

Email

string

None.

DefaultLanguage

string

None.

Languages

Collection of string

None.

WebHookUrl

string

None.

Store

string

None.

WipePrice

decimal number

None.

CountryCode

string

None.

GradeSubset

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ParentID": 2,
  "Prefix": "sample string 3",
  "Name": "sample string 4",
  "IMEIRequired": true,
  "Street": "sample string 6",
  "Housenumber": "sample string 7",
  "PostalCode": "sample string 8",
  "City": "sample string 9",
  "Telephone": "sample string 10",
  "Country": "sample string 11",
  "Email": "sample string 12",
  "DefaultLanguage": "sample string 13",
  "Languages": [
    "sample string 1",
    "sample string 2"
  ],
  "WebHookUrl": "sample string 14",
  "Store": "sample string 15",
  "WipePrice": 16.1,
  "CountryCode": "sample string 17",
  "GradeSubset": "sample string 18"
}

application/xml, text/xml

Sample:
<RelationInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcowaveWebApiServices.Models">
  <City>sample string 9</City>
  <Country>sample string 11</Country>
  <CountryCode>sample string 17</CountryCode>
  <DefaultLanguage>sample string 13</DefaultLanguage>
  <Email>sample string 12</Email>
  <GradeSubset>sample string 18</GradeSubset>
  <Housenumber>sample string 7</Housenumber>
  <ID>1</ID>
  <IMEIRequired>true</IMEIRequired>
  <Languages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Languages>
  <Name>sample string 4</Name>
  <ParentID>2</ParentID>
  <PostalCode>sample string 8</PostalCode>
  <Prefix>sample string 3</Prefix>
  <Store>sample string 15</Store>
  <Street>sample string 6</Street>
  <Telephone>sample string 10</Telephone>
  <WebHookUrl>sample string 14</WebHookUrl>
  <WipePrice>16.1</WipePrice>
</RelationInfoResponse>