POST api/TenantBackgroundChecks/Add
Request Information
URI Parameters
None.
Body Parameters
TenantBackgroundChecksModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Application_Id | integer |
None. |
|
| Check_Type | string |
None. |
|
| Result | string |
None. |
|
| Details | string |
None. |
|
| IsActive | boolean |
Required |
|
| CreatedBy | string |
Required |
|
| CreatedDate | date |
Required |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Application_Id": 2,
"Check_Type": "sample string 3",
"Result": "sample string 4",
"Details": "sample string 5",
"IsActive": true,
"CreatedBy": "sample string 7",
"CreatedDate": "2025-12-11T04:30:24.6670999+05:30",
"UpdatedBy": "sample string 9",
"UpdatedDate": "2025-12-11T04:30:24.6670999+05:30"
}
application/xml, text/xml
Sample:
<TenantBackgroundChecksModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PropertyRMS.Model"> <Application_Id>2</Application_Id> <Check_Type>sample string 3</Check_Type> <CreatedBy>sample string 7</CreatedBy> <CreatedDate>2025-12-11T04:30:24.6670999+05:30</CreatedDate> <Details>sample string 5</Details> <Id>1</Id> <IsActive>true</IsActive> <Result>sample string 4</Result> <UpdatedBy>sample string 9</UpdatedBy> <UpdatedDate>2025-12-11T04:30:24.6670999+05:30</UpdatedDate> </TenantBackgroundChecksModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.