GET api/applicant/getCenterDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RegistrationResponseOfListOfCeterDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalNumber | integer |
None. |
|
| Pages | integer |
None. |
|
| Content | Collection of CeterDetails |
None. |
|
| ArMessage | string |
None. |
|
| EnMessage | string |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalNumber": 1,
"Pages": 2,
"Content": [
{
"Center_Name_Ar": "sample string 1",
"Center_Name_En": "sample string 2",
"Center_Region_Ar": "sample string 3",
"Center_Region_En": "sample string 4",
"Center_Address": "sample string 5",
"Latitude": "sample string 6",
"Longitude": "sample string 7",
"Phone": "sample string 8",
"Center_Working_hours": "sample string 9",
"Link_for_map_location": "sample string 10",
"Total_Number_of_employees": "sample string 11",
"Total_of_customer_care_frontline_employee": "sample string 12",
"Total_of_Service_Provision_Supervisors": "sample string 13",
"Number_of_service_delivery_counters": "sample string 14",
"Is_the_service_center_specialized": "sample string 15",
"Is_the_service_center_shared_with_other_ADGEs": "sample string 16",
"If_shared_which_ADGEs_are_included": "sample string 17"
},
{
"Center_Name_Ar": "sample string 1",
"Center_Name_En": "sample string 2",
"Center_Region_Ar": "sample string 3",
"Center_Region_En": "sample string 4",
"Center_Address": "sample string 5",
"Latitude": "sample string 6",
"Longitude": "sample string 7",
"Phone": "sample string 8",
"Center_Working_hours": "sample string 9",
"Link_for_map_location": "sample string 10",
"Total_Number_of_employees": "sample string 11",
"Total_of_customer_care_frontline_employee": "sample string 12",
"Total_of_Service_Provision_Supervisors": "sample string 13",
"Number_of_service_delivery_counters": "sample string 14",
"Is_the_service_center_specialized": "sample string 15",
"Is_the_service_center_shared_with_other_ADGEs": "sample string 16",
"If_shared_which_ADGEs_are_included": "sample string 17"
}
],
"ArMessage": "sample string 3",
"EnMessage": "sample string 4",
"Code": 5
}
application/xml, text/xml
Sample:
<RegistrationResponseOfArrayOfCeterDetails_SzRjOtuj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDF.APIs.Models">
<ArMessage>sample string 3</ArMessage>
<Code>5</Code>
<Content>
<CeterDetails>
<Center_Address>sample string 5</Center_Address>
<Center_Name_Ar>sample string 1</Center_Name_Ar>
<Center_Name_En>sample string 2</Center_Name_En>
<Center_Region_Ar>sample string 3</Center_Region_Ar>
<Center_Region_En>sample string 4</Center_Region_En>
<Center_Working_hours>sample string 9</Center_Working_hours>
<If_shared_which_ADGEs_are_included>sample string 17</If_shared_which_ADGEs_are_included>
<Is_the_service_center_shared_with_other_ADGEs>sample string 16</Is_the_service_center_shared_with_other_ADGEs>
<Is_the_service_center_specialized>sample string 15</Is_the_service_center_specialized>
<Latitude>sample string 6</Latitude>
<Link_for_map_location>sample string 10</Link_for_map_location>
<Longitude>sample string 7</Longitude>
<Number_of_service_delivery_counters>sample string 14</Number_of_service_delivery_counters>
<Phone>sample string 8</Phone>
<Total_Number_of_employees>sample string 11</Total_Number_of_employees>
<Total_of_Service_Provision_Supervisors>sample string 13</Total_of_Service_Provision_Supervisors>
<Total_of_customer_care_frontline_employee>sample string 12</Total_of_customer_care_frontline_employee>
</CeterDetails>
<CeterDetails>
<Center_Address>sample string 5</Center_Address>
<Center_Name_Ar>sample string 1</Center_Name_Ar>
<Center_Name_En>sample string 2</Center_Name_En>
<Center_Region_Ar>sample string 3</Center_Region_Ar>
<Center_Region_En>sample string 4</Center_Region_En>
<Center_Working_hours>sample string 9</Center_Working_hours>
<If_shared_which_ADGEs_are_included>sample string 17</If_shared_which_ADGEs_are_included>
<Is_the_service_center_shared_with_other_ADGEs>sample string 16</Is_the_service_center_shared_with_other_ADGEs>
<Is_the_service_center_specialized>sample string 15</Is_the_service_center_specialized>
<Latitude>sample string 6</Latitude>
<Link_for_map_location>sample string 10</Link_for_map_location>
<Longitude>sample string 7</Longitude>
<Number_of_service_delivery_counters>sample string 14</Number_of_service_delivery_counters>
<Phone>sample string 8</Phone>
<Total_Number_of_employees>sample string 11</Total_Number_of_employees>
<Total_of_Service_Provision_Supervisors>sample string 13</Total_of_Service_Provision_Supervisors>
<Total_of_customer_care_frontline_employee>sample string 12</Total_of_customer_care_frontline_employee>
</CeterDetails>
</Content>
<EnMessage>sample string 4</EnMessage>
<Pages>2</Pages>
<TotalNumber>1</TotalNumber>
</RegistrationResponseOfArrayOfCeterDetails_SzRjOtuj>