GET api/AuthorizationDocs/GetEmploymentDocument/{applicantId}/{tenantUnitId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantId | integer |
Required |
|
| tenantUnitId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ManagementDocumentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LeaseId | integer |
None. |
|
| TenantUnitId | integer |
None. |
|
| TemplateId | integer |
None. |
|
| ManagementCompanyId | integer |
None. |
|
| Description | string |
None. |
|
| EmailSubject | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedDate | date |
None. |
|
| ManagementNoticeBatchId | integer |
None. |
|
| BatchNumber | string |
None. |
|
| NoticeCount | string |
None. |
|
| DBAId | integer |
None. |
|
| DBATransactionDate | date |
None. |
|
| RecordedBy | string |
None. |
|
| RecordedDate | date |
None. |
|
| ApplicantId | integer |
None. |
|
| LeaseSignedDate | date |
None. |
|
| LeaseSignedName | string |
None. |
|
| IsAgreed | boolean |
None. |
|
| ManagementNoticeHistoryId | integer |
None. |
|
| NoticeMode | integer |
None. |
|
| DocumentName | string |
None. |
|
| NoticeLetter | Collection of byte |
None. |
|
| NoticeBy | integer |
None. |
|
| NoticeDate | date |
None. |
|
| MgmtLetter | string |
None. |
|
| UploadDocumentId | integer |
None. |
|
| ProspectId | integer |
None. |
|
| DocumentId | integer |
None. |
|
| DocumentTitle | string |
None. |
|
| DocumentLocation | string |
None. |
|
| DocumentTypeId | byte |
None. |
|
| DocumentType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"leaseId": 1,
"tenantUnitId": 1,
"templateId": 2,
"managementCompanyId": 1,
"description": "sample string 3",
"emailSubject": "sample string 4",
"displayOrder": 5,
"lastUpdatedBy": 6,
"lastUpdatedDate": "2025-12-06T10:09:19.3363682-06:00",
"managementNoticeBatchId": 8,
"batchNumber": "sample string 9",
"noticeCount": "sample string 10",
"dbaId": 11,
"dbaTransactionDate": "2025-12-06T10:09:19.3363682-06:00",
"recordedBy": "sample string 13",
"recordedDate": "2025-12-06T10:09:19.3363682-06:00",
"applicantId": 15,
"leaseSignedDate": "2025-12-06T10:09:19.3363682-06:00",
"leaseSignedName": "sample string 17",
"isAgreed": true,
"managementNoticeHistoryId": 19,
"noticeMode": 20,
"documentName": "sample string 21",
"noticeLetter": "QEA=",
"noticeBy": 22,
"noticeDate": "2025-12-06T10:09:19.3363682-06:00",
"mgmtLetter": "sample string 24",
"uploadDocumentId": 25,
"prospectId": 26,
"documentId": 27,
"documentTitle": "sample string 28",
"documentLocation": "sample string 29",
"documentTypeId": 64,
"documentType": "sample string 31"
}
application/xml, text/xml
Sample:
<ManagementDocumentModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LeaseId>1</LeaseId> <TenantUnitId>1</TenantUnitId> <TemplateId>2</TemplateId> <ManagementCompanyId>1</ManagementCompanyId> <Description>sample string 3</Description> <EmailSubject>sample string 4</EmailSubject> <DisplayOrder>5</DisplayOrder> <LastUpdatedBy>6</LastUpdatedBy> <LastUpdatedDate>2025-12-06T10:09:19.3363682-06:00</LastUpdatedDate> <ManagementNoticeBatchId>8</ManagementNoticeBatchId> <BatchNumber>sample string 9</BatchNumber> <NoticeCount>sample string 10</NoticeCount> <DBAId>11</DBAId> <DBATransactionDate>2025-12-06T10:09:19.3363682-06:00</DBATransactionDate> <RecordedBy>sample string 13</RecordedBy> <RecordedDate>2025-12-06T10:09:19.3363682-06:00</RecordedDate> <ApplicantId>15</ApplicantId> <LeaseSignedDate>2025-12-06T10:09:19.3363682-06:00</LeaseSignedDate> <LeaseSignedName>sample string 17</LeaseSignedName> <IsAgreed>true</IsAgreed> <ManagementNoticeHistoryId>19</ManagementNoticeHistoryId> <NoticeMode>20</NoticeMode> <DocumentName>sample string 21</DocumentName> <NoticeLetter>QEA=</NoticeLetter> <NoticeBy>22</NoticeBy> <NoticeDate>2025-12-06T10:09:19.3363682-06:00</NoticeDate> <MgmtLetter>sample string 24</MgmtLetter> <UploadDocumentId>25</UploadDocumentId> <ProspectId>26</ProspectId> <DocumentId>27</DocumentId> <DocumentTitle>sample string 28</DocumentTitle> <DocumentLocation>sample string 29</DocumentLocation> <DocumentTypeId>64</DocumentTypeId> <DocumentType>sample string 31</DocumentType> </ManagementDocumentModel>