GET IcelandRentalObject/{partnerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RentalObjectIcelandSource| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": {
"message": "sample string 1",
"detail": {},
"table": {
"Any1": {
"diffgr:diffgram": {
"@xmlns:msdata": "sample string 1",
"@xmlns:diffgr": "sample string 2",
"DocumentElement": {
"@xmlns": "sample string 1",
"RentaObject": [
{
"@diffgr:id": "sample string 1",
"@msdata:rowOrder": "sample string 2",
"@diffgr:hasChanges": "sample string 3",
"streetAddress": "sample string 4",
"postalCode": "sample string 5",
"Municipality": "sample string 6",
"estateIdBaseSystem": "sample string 7",
"ApartmentID": "sample string 8",
"flatNumber": "sample string 9"
},
{
"@diffgr:id": "sample string 1",
"@msdata:rowOrder": "sample string 2",
"@diffgr:hasChanges": "sample string 3",
"streetAddress": "sample string 4",
"postalCode": "sample string 5",
"Municipality": "sample string 6",
"estateIdBaseSystem": "sample string 7",
"ApartmentID": "sample string 8",
"flatNumber": "sample string 9"
}
]
}
}
}
},
"success": true
},
"Id": 1,
"Exception": {},
"Status": 3,
"IsCanceled": true,
"IsCompleted": true,
"IsCompletedSuccessfully": true,
"CreationOptions": 7,
"AsyncState": {},
"IsFaulted": true
}
application/xml, text/xml
Sample:
<RentalObjectIcelandSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HeimIcelandRentalObjectSource">
<AsyncState />
<CreationOptions>7</CreationOptions>
<Exception />
<Id>1</Id>
<IsCanceled>true</IsCanceled>
<IsCompleted>true</IsCompleted>
<IsCompletedSuccessfully>true</IsCompletedSuccessfully>
<IsFaulted>true</IsFaulted>
<Result>
<Detail />
<Message>sample string 1</Message>
<Success>true</Success>
<Table>
<Any1>
<DiffgrDiffgram>
<DocumentElement>
<RentaObject xmlns:d7p1="http://schemas.datacontract.org/2004/07/HeimIcelandV01">
<d7p1:RentalObjectIceland>
<d7p1:ApartmentID>sample string 8</d7p1:ApartmentID>
<d7p1:DiffgrHasChanges>sample string 3</d7p1:DiffgrHasChanges>
<d7p1:DiffgrId>sample string 1</d7p1:DiffgrId>
<d7p1:MsdataRowOrder>sample string 2</d7p1:MsdataRowOrder>
<d7p1:Municipality>sample string 6</d7p1:Municipality>
<d7p1:estateIdBaseSystem>sample string 7</d7p1:estateIdBaseSystem>
<d7p1:flatNumber>sample string 9</d7p1:flatNumber>
<d7p1:postalCode>sample string 5</d7p1:postalCode>
<d7p1:streetAddress>sample string 4</d7p1:streetAddress>
</d7p1:RentalObjectIceland>
<d7p1:RentalObjectIceland>
<d7p1:ApartmentID>sample string 8</d7p1:ApartmentID>
<d7p1:DiffgrHasChanges>sample string 3</d7p1:DiffgrHasChanges>
<d7p1:DiffgrId>sample string 1</d7p1:DiffgrId>
<d7p1:MsdataRowOrder>sample string 2</d7p1:MsdataRowOrder>
<d7p1:Municipality>sample string 6</d7p1:Municipality>
<d7p1:estateIdBaseSystem>sample string 7</d7p1:estateIdBaseSystem>
<d7p1:flatNumber>sample string 9</d7p1:flatNumber>
<d7p1:postalCode>sample string 5</d7p1:postalCode>
<d7p1:streetAddress>sample string 4</d7p1:streetAddress>
</d7p1:RentalObjectIceland>
</RentaObject>
<Xmlns>sample string 1</Xmlns>
</DocumentElement>
<XmlnsDiffgr>sample string 2</XmlnsDiffgr>
<XmlnsMsdata>sample string 1</XmlnsMsdata>
</DiffgrDiffgram>
</Any1>
</Table>
</Result>
<Status>3</Status>
</RentalObjectIcelandSource>