POST v{version}/applications/UpdateApplication

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

UpdateApplicationModel
NameDescriptionTypeAdditional information
AccountID

integer

None.

UserID

integer

None.

RecordID

string

Required

Matching regular expression pattern: ^[0-9]+$

OtherID

string

None.

TaxYear

integer

None.

FirstName

string

None.

LastName

string

None.

LocationID

string

None.

TemplateIDs

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountID": 1,
  "UserID": 2,
  "RecordID": "sample string 3",
  "OtherID": "sample string 4",
  "TaxYear": 5,
  "FirstName": "sample string 6",
  "LastName": "sample string 7",
  "LocationID": "sample string 8",
  "TemplateIDs": "sample string 9"
}

application/xml, text/xml

Sample:
<UpdateApplicationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.API.V1.Models">
  <AccountID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">1</AccountID>
  <FirstName xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 6</FirstName>
  <LastName xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 7</LastName>
  <LocationID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 8</LocationID>
  <OtherID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 4</OtherID>
  <RecordID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 3</RecordID>
  <TaxYear xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">5</TaxYear>
  <TemplateIDs xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 9</TemplateIDs>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">2</UserID>
</UpdateApplicationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.