Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| conditionId |
The condition identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The condition, if it exists.
MyAccount.Condition| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the condition identifier. |
string |
None. |
| conditionReference |
Gets or sets the condition reference identifier. |
integer |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| conditionType |
Gets or sets the type of the condition. |
ConditionType |
None. |
| contact |
Gets or sets the contact identifier. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| name |
Gets or sets the name. |
string |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
| created |
Gets or sets the created. |
date |
None. |
| ordered |
Gets or sets the ordered. |
date |
None. |
| submitted |
Gets or sets the submitted. |
date |
None. |
| received |
Gets or sets the received. |
date |
None. |
| analyzed |
Gets or sets the analyzed. |
date |
None. |
| borrowerDocuments |
Gets the borrower document ids. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "sample String 1",
"conditionReference": 1,
"app": "2",
"conditionType": "AddCreditCard",
"contact": "1",
"description": "sample String 3",
"name": "sample String 4",
"person": "5",
"created": "2025-11-09T05:44:07.3258966Z",
"ordered": "2025-11-09T05:44:07.3258966Z",
"submitted": "2025-11-09T05:44:07.3258966Z",
"received": "2025-11-09T05:44:07.3258966Z",
"analyzed": "2025-11-09T05:44:07.3258966Z",
"borrowerDocuments": []
}
text/html
Sample:
{"id":"sample String 1","conditionReference":1,"app":"2","conditionType":"AddCreditCard","contact":"1","description":"sample String 3","name":"sample String 4","person":"5","created":"2025-11-09T05:44:07.3258966Z","ordered":"2025-11-09T05:44:07.3258966Z","submitted":"2025-11-09T05:44:07.3258966Z","received":"2025-11-09T05:44:07.3258966Z","analyzed":"2025-11-09T05:44:07.3258966Z","borrowerDocuments":[]}
application/xml, text/xml
Sample:
<Condition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ConditionId>sample String 1</ConditionId> <ConditionReferenceId>1</ConditionReferenceId> <AppId>2</AppId> <ConditionType>AddCreditCard</ConditionType> <ContactId>1</ContactId> <Description>sample String 3</Description> <Name>sample String 4</Name> <PersonId>5</PersonId> <Created>2025-11-09T05:44:07.3258966Z</Created> <Ordered>2025-11-09T05:44:07.3258966Z</Ordered> <Submitted>2025-11-09T05:44:07.3258966Z</Submitted> <Received>2025-11-09T05:44:07.3258966Z</Received> <Analyzed>2025-11-09T05:44:07.3258966Z</Analyzed> </Condition>