GET SignUp/Details/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
MYCII_EWS.BusinessObjects.SignUp+PersonalDetailsPageLoad| Name | Description | Type | Additional information | 
|---|---|---|---|
| FunctionalAreas | Collection of MYCII_EWS.BusinessObjects.Masters+FunctionalArea | 
                             None.  | 
                |
| Sectors | Collection of MYCII_EWS.BusinessObjects.Masters+Sector | 
                             None.  | 
                |
| Countries | Collection of MYCII_EWS.BusinessObjects.Masters+Country | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "FunctionalAreas": [
    {
      "FuncationId": "sample string 1",
      "FuncationName": "sample string 2"
    },
    {
      "FuncationId": "sample string 1",
      "FuncationName": "sample string 2"
    }
  ],
  "Sectors": [
    {
      "SectorId": "sample string 1",
      "SectorName": "sample string 2"
    },
    {
      "SectorId": "sample string 1",
      "SectorName": "sample string 2"
    }
  ],
  "Countries": [
    {
      "CountryId": "sample string 1",
      "CountryName": "sample string 2",
      "ISDCode": "sample string 3"
    },
    {
      "CountryId": "sample string 1",
      "CountryName": "sample string 2",
      "ISDCode": "sample string 3"
    }
  ]
}
        application/xml, text/xml
            Sample:
<PersonalDetailsPageLoad xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <FunctionalAreas>
    <FunctionalArea>
      <FuncationId>sample string 1</FuncationId>
      <FuncationName>sample string 2</FuncationName>
    </FunctionalArea>
    <FunctionalArea>
      <FuncationId>sample string 1</FuncationId>
      <FuncationName>sample string 2</FuncationName>
    </FunctionalArea>
  </FunctionalAreas>
  <Sectors>
    <Sector>
      <SectorId>sample string 1</SectorId>
      <SectorName>sample string 2</SectorName>
    </Sector>
    <Sector>
      <SectorId>sample string 1</SectorId>
      <SectorName>sample string 2</SectorName>
    </Sector>
  </Sectors>
  <Countries>
    <Country>
      <CountryId>sample string 1</CountryId>
      <CountryName>sample string 2</CountryName>
      <ISDCode>sample string 3</ISDCode>
    </Country>
    <Country>
      <CountryId>sample string 1</CountryId>
      <CountryName>sample string 2</CountryName>
      <ISDCode>sample string 3</ISDCode>
    </Country>
  </Countries>
</PersonalDetailsPageLoad>