GET api/Citizen/PlaceGetByGuid/{strGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strGuid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ObjPlace| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjPlaceId | integer |
None. |
|
| ParentObjPlaceId | integer |
None. |
|
| ParentObjPlace | ObjPlace |
None. |
|
| BarangayId | integer |
None. |
|
| Barangay | Barangay |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| ContactPerson | string |
String length: inclusive between 0 and 100 |
|
| ContactNumber | string |
String length: inclusive between 0 and 100 |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| StreetAddress | string |
String length: inclusive between 0 and 150 |
|
| GuidNo | globally unique identifier |
None. |
|
| IsVehicle | boolean |
Required |
|
| VehicleType | string |
String length: inclusive between 0 and 50 |
|
| CitizenId | integer |
None. |
|
| Citizen | Citizen |
None. |
|
| ParentObjPlaceName | string |
None. |
|
| CreatedDate | date |
Required Data type: Date |
|
| CreatedById | integer |
Required |
|
| CreatedByUser | User |
None. |
|
| UpdatedDate | date |
Required Data type: Date |
|
| UpdatedById | integer |
Required |
|
| UpdatedByUser | User |
None. |
|
| DeletedDate | date |
Data type: Date |
|
| UpdateRemarks | string |
Max length: 1500 |
|
| IsDeleted | boolean |
Required |
|
| HiddenImageId | string |
None. |
|
| TempPublicImagePath | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.