GET api/ArgusAPI/GetAppInfo

Request Information

URI Parameters

None.

Body Parameters

GetAppInfoRequest
NameDescriptionTypeAdditional information
Login

string

None.

Password

string

None.

Region

string

None.

ApplicationName

string

None.

SessionId

string

None.

AccountNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Login": "sample string 1",
  "Password": "sample string 2",
  "Region": "sample string 3",
  "ApplicationName": "sample string 4",
  "SessionId": "sample string 5",
  "AccountNumber": "sample string 6"
}

application/xml, text/xml

Sample:
<GetAppInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArgusWebApi2">
  <AccountNumber>sample string 6</AccountNumber>
  <ApplicationName>sample string 4</ApplicationName>
  <Login>sample string 1</Login>
  <Password>sample string 2</Password>
  <Region>sample string 3</Region>
  <SessionId>sample string 5</SessionId>
</GetAppInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetAppInfoResponse
NameDescriptionTypeAdditional information
APP

WS_APP

None.

StatusCode

string

None.

StatusDescription

string

None.

Response Formats

application/json, text/json

Sample:
{
  "APP": {
    "AppKey": "sample string 1",
    "ApplicantGI": {
      "DateOfBirth": "2025-12-06T00:00:00",
      "SocialSecurityNumber": "sample string 2",
      "SocialSecurityLastFour": "sample string 3",
      "LanguagePreference": 0,
      "EmailAddress": "sample string 4",
      "MothersMaidenName": "SAMPLE STRING 5",
      "LastName": "SAMPLE STRING 6",
      "FirstName": "SAMPLE STRING 7",
      "MiddleName": "SAMPLE STRING 8",
      "HomePhone": "sample string 9",
      "CellPhone": "sample string 10",
      "NumberOfDependends": 11
    },
    "ApplicantPrimaryIdentification": {
      "Expires": "sample string 1",
      "IdentificationNumber": "sample string 2",
      "IndentificationType": 0,
      "StateOfIssuance": 0,
      "SecondaryExpires": "sample string 3",
      "SecondaryIdentificationNumber": "sample string 4",
      "SecondaryIndentificationType": "sample string 5",
      "SecondaryStateOfIssuance": 0
    },
    "ApplicantRelativeName": {
      "Name": "SAMPLE STRING 1",
      "Relation": "SAMPLE STRING 2",
      "Phone": "sample string 3",
      "Address1": "SAMPLE STRING 4",
      "Address2": "SAMPLE STRING 5",
      "City": "SAMPLE STRING 6",
      "State": "SAMPLE STRING 7",
      "ZipCode": "sample string 8"
    },
    "ApplicantSecondaryIdentification": {
      "Expires": "sample string 1",
      "IdentificationNumber": "sample string 2",
      "IndentificationType": 0,
      "StateOfIssuance": 0,
      "SecondaryExpires": "sample string 3",
      "SecondaryIdentificationNumber": "sample string 4",
      "SecondaryIndentificationType": "sample string 5",
      "SecondaryStateOfIssuance": 0
    },
    "CoApplicantPrimaryIdentification": {
      "Expires": "sample string 1",
      "IdentificationNumber": "sample string 2",
      "IndentificationType": 0,
      "StateOfIssuance": 0,
      "SecondaryExpires": "sample string 3",
      "SecondaryIdentificationNumber": "sample string 4",
      "SecondaryIndentificationType": "sample string 5",
      "SecondaryStateOfIssuance": 0
    },
    "CoApplicantRelativeName": {
      "Name": "SAMPLE STRING 1",
      "Relation": "SAMPLE STRING 2",
      "Phone": "sample string 3",
      "Address1": "SAMPLE STRING 4",
      "Address2": "SAMPLE STRING 5",
      "City": "SAMPLE STRING 6",
      "State": "SAMPLE STRING 7",
      "ZipCode": "sample string 8"
    },
    "CoApplicantSecondaryIdentification": {
      "Expires": "sample string 1",
      "IdentificationNumber": "sample string 2",
      "IndentificationType": 0,
      "StateOfIssuance": 0,
      "SecondaryExpires": "sample string 3",
      "SecondaryIdentificationNumber": "sample string 4",
      "SecondaryIndentificationType": "sample string 5",
      "SecondaryStateOfIssuance": 0
    },
    "CreateDate": "sample string 2",
    "CreatedByLogin": "sample string 3",
    "EV3Number": "sample string 4",
    "Insurance": true,
    "JointAccount": true,
    "LanguagePreference": 0,
    "Notes": "sample string 7",
    "OptedOutForSecondary": true,
    "PrimaryDecision": {
      "AccountNumber": "sample string 1",
      "CreditLimit": 2.0,
      "FinanceCompany": "sample string 3",
      "MaestroNumber": "sample string 4",
      "RequestSent": "sample string 5",
      "ResponseReceived": "sample string 6",
      "Status": 0
    },
    "SalespersonNumber": "sample string 9",
    "Scanned": "sample string 10",
    "SecondaryDecision": {
      "AccountNumber": "sample string 1",
      "CreditLimit": 2.0,
      "FinanceCompany": "sample string 3",
      "MaestroNumber": "sample string 4",
      "RequestSent": "sample string 5",
      "ResponseReceived": "sample string 6",
      "Status": 0
    },
    "Store": "sample string 11",
    "Version": "sample string 12"
  },
  "StatusCode": "sample string 1",
  "StatusDescription": "sample string 2"
}

application/xml, text/xml

Sample:
<GetAppInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArgusWebApi2">
  <APP>
    <AppKey>sample string 1</AppKey>
    <ApplicantGI xmlns:d3p1="http://schemas.datacontract.org/2004/07/UVNET">
      <d3p1:CellPhone>sample string 10</d3p1:CellPhone>
      <d3p1:DateOfBirth>2025-12-06T00:00:00</d3p1:DateOfBirth>
      <d3p1:EmailAddress>sample string 4</d3p1:EmailAddress>
      <d3p1:FirstName>SAMPLE STRING 7</d3p1:FirstName>
      <d3p1:HomePhone>sample string 9</d3p1:HomePhone>
      <d3p1:LanguagePreference>Empty</d3p1:LanguagePreference>
      <d3p1:LastName>SAMPLE STRING 6</d3p1:LastName>
      <d3p1:MiddleName>SAMPLE STRING 8</d3p1:MiddleName>
      <d3p1:MothersMaidenName>SAMPLE STRING 5</d3p1:MothersMaidenName>
      <d3p1:NumberOfDependends>11</d3p1:NumberOfDependends>
      <d3p1:SocialSecurityLastFour>sample string 3</d3p1:SocialSecurityLastFour>
      <d3p1:SocialSecurityNumber>sample string 2</d3p1:SocialSecurityNumber>
    </ApplicantGI>
    <ApplicantPrimaryIdentification>
      <Expires>sample string 1</Expires>
      <IdentificationNumber>sample string 2</IdentificationNumber>
      <IndentificationType>Empty</IndentificationType>
      <SecondaryExpires>sample string 3</SecondaryExpires>
      <SecondaryIdentificationNumber>sample string 4</SecondaryIdentificationNumber>
      <SecondaryIndentificationType>sample string 5</SecondaryIndentificationType>
      <SecondaryStateOfIssuance>Empty</SecondaryStateOfIssuance>
      <StateOfIssuance>Empty</StateOfIssuance>
    </ApplicantPrimaryIdentification>
    <ApplicantRelativeName xmlns:d3p1="http://schemas.datacontract.org/2004/07/UVNET">
      <d3p1:Address1>SAMPLE STRING 4</d3p1:Address1>
      <d3p1:Address2>SAMPLE STRING 5</d3p1:Address2>
      <d3p1:City>SAMPLE STRING 6</d3p1:City>
      <d3p1:Name>SAMPLE STRING 1</d3p1:Name>
      <d3p1:Phone>sample string 3</d3p1:Phone>
      <d3p1:Relation>SAMPLE STRING 2</d3p1:Relation>
      <d3p1:State>SAMPLE STRING 7</d3p1:State>
      <d3p1:ZipCode>sample string 8</d3p1:ZipCode>
    </ApplicantRelativeName>
    <ApplicantSecondaryIdentification>
      <Expires>sample string 1</Expires>
      <IdentificationNumber>sample string 2</IdentificationNumber>
      <IndentificationType>Empty</IndentificationType>
      <SecondaryExpires>sample string 3</SecondaryExpires>
      <SecondaryIdentificationNumber>sample string 4</SecondaryIdentificationNumber>
      <SecondaryIndentificationType>sample string 5</SecondaryIndentificationType>
      <SecondaryStateOfIssuance>Empty</SecondaryStateOfIssuance>
      <StateOfIssuance>Empty</StateOfIssuance>
    </ApplicantSecondaryIdentification>
    <CoApplicantPrimaryIdentification>
      <Expires>sample string 1</Expires>
      <IdentificationNumber>sample string 2</IdentificationNumber>
      <IndentificationType>Empty</IndentificationType>
      <SecondaryExpires>sample string 3</SecondaryExpires>
      <SecondaryIdentificationNumber>sample string 4</SecondaryIdentificationNumber>
      <SecondaryIndentificationType>sample string 5</SecondaryIndentificationType>
      <SecondaryStateOfIssuance>Empty</SecondaryStateOfIssuance>
      <StateOfIssuance>Empty</StateOfIssuance>
    </CoApplicantPrimaryIdentification>
    <CoApplicantRelativeName xmlns:d3p1="http://schemas.datacontract.org/2004/07/UVNET">
      <d3p1:Address1>SAMPLE STRING 4</d3p1:Address1>
      <d3p1:Address2>SAMPLE STRING 5</d3p1:Address2>
      <d3p1:City>SAMPLE STRING 6</d3p1:City>
      <d3p1:Name>SAMPLE STRING 1</d3p1:Name>
      <d3p1:Phone>sample string 3</d3p1:Phone>
      <d3p1:Relation>SAMPLE STRING 2</d3p1:Relation>
      <d3p1:State>SAMPLE STRING 7</d3p1:State>
      <d3p1:ZipCode>sample string 8</d3p1:ZipCode>
    </CoApplicantRelativeName>
    <CoApplicantSecondaryIdentification>
      <Expires>sample string 1</Expires>
      <IdentificationNumber>sample string 2</IdentificationNumber>
      <IndentificationType>Empty</IndentificationType>
      <SecondaryExpires>sample string 3</SecondaryExpires>
      <SecondaryIdentificationNumber>sample string 4</SecondaryIdentificationNumber>
      <SecondaryIndentificationType>sample string 5</SecondaryIndentificationType>
      <SecondaryStateOfIssuance>Empty</SecondaryStateOfIssuance>
      <StateOfIssuance>Empty</StateOfIssuance>
    </CoApplicantSecondaryIdentification>
    <CreateDate>sample string 2</CreateDate>
    <CreatedByLogin>sample string 3</CreatedByLogin>
    <EV3Number>sample string 4</EV3Number>
    <Insurance>true</Insurance>
    <JointAccount>true</JointAccount>
    <LanguagePreference>Empty</LanguagePreference>
    <Notes>sample string 7</Notes>
    <OptedOutForSecondary>true</OptedOutForSecondary>
    <PrimaryDecision>
      <AccountNumber>sample string 1</AccountNumber>
      <CreditLimit>2</CreditLimit>
      <FinanceCompany>sample string 3</FinanceCompany>
      <MaestroNumber>sample string 4</MaestroNumber>
      <RequestSent>sample string 5</RequestSent>
      <ResponseReceived>sample string 6</ResponseReceived>
      <Status>Empty</Status>
    </PrimaryDecision>
    <SalespersonNumber>sample string 9</SalespersonNumber>
    <Scanned>sample string 10</Scanned>
    <SecondaryDecision>
      <AccountNumber>sample string 1</AccountNumber>
      <CreditLimit>2</CreditLimit>
      <FinanceCompany>sample string 3</FinanceCompany>
      <MaestroNumber>sample string 4</MaestroNumber>
      <RequestSent>sample string 5</RequestSent>
      <ResponseReceived>sample string 6</ResponseReceived>
      <Status>Empty</Status>
    </SecondaryDecision>
    <Store>sample string 11</Store>
    <Version>sample string 12</Version>
  </APP>
  <StatusCode>sample string 1</StatusCode>
  <StatusDescription>sample string 2</StatusDescription>
</GetAppInfoResponse>