GET mobileKT/Borrowers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BorrowerLogicModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
AgentID | globally unique identifier |
None. |
|
BorrowerType | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
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": "a49fa00e-e253-442b-a1d2-c684a7e0a60d", "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": "a49fa00e-e253-442b-a1d2-c684a7e0a60d", "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">a49fa00e-e253-442b-a1d2-c684a7e0a60d</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">a49fa00e-e253-442b-a1d2-c684a7e0a60d</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">a49fa00e-e253-442b-a1d2-c684a7e0a60d</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">a49fa00e-e253-442b-a1d2-c684a7e0a60d</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>