POST Api/GetVisitorDetailUID
Request Information
URI Parameters
None.
Body Parameters
GetVisitorRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| IC | string |
None. |
|
| Date | string |
None. |
|
| CarPlate | string |
None. |
|
| Purpose | string |
None. |
|
| TimeFrom | string |
None. |
|
| TimeTo | string |
None. |
|
| ResidentUID | string |
None. |
|
| UnitNo | string |
None. |
|
| CreatedBy | string |
None. |
|
| Condo | string |
None. |
|
| CarModel | string |
None. |
|
| CarColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"IC": "sample string 2",
"Date": "sample string 3",
"CarPlate": "sample string 4",
"Purpose": "sample string 5",
"TimeFrom": "sample string 6",
"TimeTo": "sample string 7",
"ResidentUID": "sample string 8",
"UnitNo": "sample string 9",
"CreatedBy": "sample string 10",
"Condo": "sample string 11",
"CarModel": "sample string 12",
"CarColor": "sample string 13"
}
application/xml, text/xml
Sample:
<ApiController.GetVisitorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers"> <CarColor>sample string 13</CarColor> <CarModel>sample string 12</CarModel> <CarPlate>sample string 4</CarPlate> <Condo>sample string 11</Condo> <CreatedBy>sample string 10</CreatedBy> <Date>sample string 3</Date> <IC>sample string 2</IC> <Name>sample string 1</Name> <Purpose>sample string 5</Purpose> <ResidentUID>sample string 8</ResidentUID> <TimeFrom>sample string 6</TimeFrom> <TimeTo>sample string 7</TimeTo> <UnitNo>sample string 9</UnitNo> </ApiController.GetVisitorRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.