GET mobileKT/Borrowers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BorrowerLogicModel
NameDescriptionTypeAdditional information
ID

integer

None.

AgentID

globally unique identifier

None.

BorrowerType

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Phone

string

None.

Mobile

string

None.

Company

string

None.

Address1

string

None.

Address2

string

None.

Suburb

string

None.

State

string

None.

Country

string

None.

Postcode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "AgentID": "58a46ec4-ee37-4395-8448-a8536402a5d4",
    "BorrowerType": 3,
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Email": "sample string 6",
    "Phone": "sample string 7",
    "Mobile": "sample string 8",
    "Company": "sample string 9",
    "Address1": "sample string 10",
    "Address2": "sample string 11",
    "Suburb": "sample string 12",
    "State": "sample string 13",
    "Country": "sample string 14",
    "Postcode": "sample string 15"
  },
  {
    "ID": 1,
    "AgentID": "58a46ec4-ee37-4395-8448-a8536402a5d4",
    "BorrowerType": 3,
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Email": "sample string 6",
    "Phone": "sample string 7",
    "Mobile": "sample string 8",
    "Company": "sample string 9",
    "Address1": "sample string 10",
    "Address2": "sample string 11",
    "Suburb": "sample string 12",
    "State": "sample string 13",
    "Country": "sample string 14",
    "Postcode": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBorrowerLogicModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.KeyTracker.LogicModels.Borrower">
  <BorrowerLogicModel>
    <Address1 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 10</Address1>
    <Address2 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 11</Address2>
    <AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">58a46ec4-ee37-4395-8448-a8536402a5d4</AgentID>
    <BorrowerType xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">3</BorrowerType>
    <Company xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 9</Company>
    <Country xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 14</Country>
    <Email xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 6</Email>
    <FirstName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 4</FirstName>
    <ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">1</ID>
    <LastName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 5</LastName>
    <Mobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 8</Mobile>
    <Phone xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 7</Phone>
    <Postcode xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 15</Postcode>
    <State xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 13</State>
    <Suburb xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 12</Suburb>
  </BorrowerLogicModel>
  <BorrowerLogicModel>
    <Address1 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 10</Address1>
    <Address2 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 11</Address2>
    <AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">58a46ec4-ee37-4395-8448-a8536402a5d4</AgentID>
    <BorrowerType xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">3</BorrowerType>
    <Company xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 9</Company>
    <Country xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 14</Country>
    <Email xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 6</Email>
    <FirstName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 4</FirstName>
    <ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">1</ID>
    <LastName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 5</LastName>
    <Mobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 8</Mobile>
    <Phone xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 7</Phone>
    <Postcode xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 15</Postcode>
    <State xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 13</State>
    <Suburb xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 12</Suburb>
  </BorrowerLogicModel>
</ArrayOfBorrowerLogicModel>

multipart/form-data

Sample:
<ArrayOfBorrowerLogicModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.KeyTracker.LogicModels.Borrower"><BorrowerLogicModel><Address1 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 10</Address1><Address2 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 11</Address2><AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">58a46ec4-ee37-4395-8448-a8536402a5d4</AgentID><BorrowerType xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">3</BorrowerType><Company xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 9</Company><Country xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 14</Country><Email xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 6</Email><FirstName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 4</FirstName><ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">1</ID><LastName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 5</LastName><Mobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 8</Mobile><Phone xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 7</Phone><Postcode xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 15</Postcode><State xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 13</State><Suburb xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 12</Suburb></BorrowerLogicModel><BorrowerLogicModel><Address1 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 10</Address1><Address2 xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 11</Address2><AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">58a46ec4-ee37-4395-8448-a8536402a5d4</AgentID><BorrowerType xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">3</BorrowerType><Company xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 9</Company><Country xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 14</Country><Email xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 6</Email><FirstName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 4</FirstName><ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">1</ID><LastName xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 5</LastName><Mobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 8</Mobile><Phone xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 7</Phone><Postcode xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 15</Postcode><State xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 13</State><Suburb xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models">sample string 12</Suburb></BorrowerLogicModel></ArrayOfBorrowerLogicModel>