create or update user Profile

Submitted by azureadmin on Thu, 05/17/2018 - 12:32

post

http://localhost/DigitalEnquiryAPI/api/updateuserprofile

 

{
    "CENTER_CODE":"00201",
    "ENQUIRY_CODE":"E180511000002",
    "MAIN_PROFILE_CODE":"M00912",
    "SUB_PROFILE_CODE":"2",
    "SUB_DETAILS_PROFILE_CODE":"3",
    "REMARKS":"TEST data r"
}

For saving Enquiry

Submitted by azureadmin on Mon, 05/14/2018 - 16:34

  {  "OrganizationId":1,
       "CenterCode":"00201",
       "EnquiryCode" :"E002",
        "CareerCode" :"C001",
      "Ranking":1,
         "Remarks" :"TestUY",
         "Active" :"Y",
         "ChangedBy":"Admin"
  }

Save User Personal details such as mobile no email id and generate enquiry code or update user personal details

Submitted by azureadmin on Mon, 05/14/2018 - 10:23

Save User Personal details such as mobile no email id and generate enquiry code or update user personal details

ttp://localhost/DigitalEnquiryAPI/api/ProcessEnquiryDetails

{
    
    "mobile_no":"8808685755",
    "parent_mobile_no":"8808685722",
    "name":"tarun",
    "email_id":"tarun",
    "src_id":"00201",
    "user_name":"jhjk",
    "lead_cd":null
}

Get Profile masters with sub and sub categories detail by Main profile Code and center code

Submitted by azureadmin on Mon, 05/14/2018 - 09:59

Get Profile masters with sub and sub categories detail by Main profile Code and center code

 

http://localhost/DigitalEnquiryAPI/api/GetProfileMasterDetails

Input parameters in hearder :

src_icd : "zzzzz"

main_prf_cd : "M00036"  

CategoryCode:""

where categoryCode is optional field.