Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
conditionId |
The condition identifier. |
string |
Required |
Body Parameters
The condition.
MyAccount.ConditionName | 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. |
Request Formats
application/json, text/json
{ "id": "sample String 1", "conditionReference": 1, "app": "2", "conditionType": "AddCreditCard", "contact": "1", "description": "sample String 3", "name": "sample String 4", "person": "5", "created": "2025-05-18T16:03:57.0359684Z", "ordered": "2025-05-18T16:03:57.0359684Z", "submitted": "2025-05-18T16:03:57.0359684Z", "received": "2025-05-18T16:03:57.0359684Z", "analyzed": "2025-05-18T16:03:57.0359684Z", "borrowerDocuments": [] }
text/html
{"id":"sample String 1","conditionReference":1,"app":"2","conditionType":"AddCreditCard","contact":"1","description":"sample String 3","name":"sample String 4","person":"5","created":"2025-05-18T16:03:57.0359684Z","ordered":"2025-05-18T16:03:57.0359684Z","submitted":"2025-05-18T16:03:57.0359684Z","received":"2025-05-18T16:03:57.0359684Z","analyzed":"2025-05-18T16:03:57.0359684Z","borrowerDocuments":[]}
application/xml, text/xml
<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-05-18T16:03:57.0359684Z</Created> <Ordered>2025-05-18T16:03:57.0359684Z</Ordered> <Submitted>2025-05-18T16:03:57.0359684Z</Submitted> <Received>2025-05-18T16:03:57.0359684Z</Received> <Analyzed>2025-05-18T16:03:57.0359684Z</Analyzed> </Condition>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated condition.
MyAccount.ConditionName | 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
{ "id": "sample String 1", "conditionReference": 1, "app": "2", "conditionType": "AddCreditCard", "contact": "1", "description": "sample String 3", "name": "sample String 4", "person": "5", "created": "2025-05-18T16:03:57.0388578Z", "ordered": "2025-05-18T16:03:57.0388578Z", "submitted": "2025-05-18T16:03:57.0388578Z", "received": "2025-05-18T16:03:57.0388578Z", "analyzed": "2025-05-18T16:03:57.0388578Z", "borrowerDocuments": [] }
text/html
{"id":"sample String 1","conditionReference":1,"app":"2","conditionType":"AddCreditCard","contact":"1","description":"sample String 3","name":"sample String 4","person":"5","created":"2025-05-18T16:03:57.0388578Z","ordered":"2025-05-18T16:03:57.0388578Z","submitted":"2025-05-18T16:03:57.0388578Z","received":"2025-05-18T16:03:57.0388578Z","analyzed":"2025-05-18T16:03:57.0388578Z","borrowerDocuments":[]}
application/xml, text/xml
<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-05-18T16:03:57.0388578Z</Created> <Ordered>2025-05-18T16:03:57.0388578Z</Ordered> <Submitted>2025-05-18T16:03:57.0388578Z</Submitted> <Received>2025-05-18T16:03:57.0388578Z</Received> <Analyzed>2025-05-18T16:03:57.0388578Z</Analyzed> </Condition>