GET api/V1/user/GetRelative/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Relatives| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PlayerId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Address | string |
None. |
|
| PostalCode | string |
None. |
|
| PostalAddress | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| ShowAsContactPerson | boolean |
None. |
|
| SendReminder | boolean |
None. |
|
| CanInpersonate | boolean |
None. |
|
| Rw | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"playerId": "7e87ec74-6499-494b-aecf-4a038c5afcf9",
"name": "sample string 3",
"address": "sample string 4",
"postalCode": "sample string 5",
"postalAddress": "sample string 6",
"email": "sample string 7",
"phone": "sample string 8",
"showAsContactPerson": true,
"sendReminder": true,
"canInpersonate": true,
"rw": true
}
application/xml, text/xml
Sample:
<Relatives xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <Address>sample string 4</Address> <CanInpersonate>true</CanInpersonate> <Email>sample string 7</Email> <Id>1</Id> <Name>sample string 3</Name> <Phone>sample string 8</Phone> <PlayerId>7e87ec74-6499-494b-aecf-4a038c5afcf9</PlayerId> <PostalAddress>sample string 6</PostalAddress> <PostalCode>sample string 5</PostalCode> <Rw>true</Rw> <SendReminder>true</SendReminder> <ShowAsContactPerson>true</ShowAsContactPerson> </Relatives>