GET api/ApiMortgage/GetMortgageLoadDocumentTypeByCompany/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MortgageLoanDocumentTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MortgageDocumentTypeId | integer |
None. |
|
| MortgageDocumentTypeName | string |
None. |
|
| MortgageCompanyId | integer |
None. |
|
| IsRequired | boolean |
None. |
|
| Serial | integer |
None. |
|
| IsFileRequired | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| SetOn | date |
None. |
|
| SetBy | integer |
None. |
|
| SetFrom | string |
None. |
|
| Note | string |
None. |
|
| FileType | string |
None. |
|
| IsOperationSuccessful | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MortgageDocumentTypeId": 1,
"MortgageDocumentTypeName": "sample string 2",
"MortgageCompanyId": 1,
"IsRequired": true,
"Serial": 1,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-03-12T21:24:22.0094341-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"FileType": "sample string 10",
"IsOperationSuccessful": true,
"Message": "sample string 12"
},
{
"MortgageDocumentTypeId": 1,
"MortgageDocumentTypeName": "sample string 2",
"MortgageCompanyId": 1,
"IsRequired": true,
"Serial": 1,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-03-12T21:24:22.0094341-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"FileType": "sample string 10",
"IsOperationSuccessful": true,
"Message": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfMortgageLoanDocumentTypeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.ViewModels">
<MortgageLoanDocumentTypeViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 12</Message>
<SetFrom i:nil="true" />
<FileType>sample string 10</FileType>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageCompanyId>1</MortgageCompanyId>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageDocumentTypeName>sample string 2</MortgageDocumentTypeName>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-03-12T21:24:22.0094341-07:00</SetOn>
</MortgageLoanDocumentTypeViewModel>
<MortgageLoanDocumentTypeViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 12</Message>
<SetFrom i:nil="true" />
<FileType>sample string 10</FileType>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageCompanyId>1</MortgageCompanyId>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageDocumentTypeName>sample string 2</MortgageDocumentTypeName>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-03-12T21:24:22.0094341-07:00</SetOn>
</MortgageLoanDocumentTypeViewModel>
</ArrayOfMortgageLoanDocumentTypeViewModel>