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.

Resource Name
GetProfileMasterDetails
URLStructure
http://localhost/DigitalEnquiryAPI/api/GetProfileMasterDetails
Method
Get
Description
Get Profile masters with sub and sub categories detail by Main profile Code and center code
Header
src_icd,main_prf_cd ,CategoryCode
Response Data
{
"MasterCategorys": [
{
"MasterCategoryCode": "CAT03",
"MasterCategoryDesc": "OTHERS",
"MasterCategoryDispOrder": 3,
"CategoryMappings": [
{
"CategoryMappingId": 4,
"MainProfileCode": "M00036",
"CategoryMappingProfileDesc": "STREAM OF EDUCATION",
"CategoryMappingDispOrder": 3,
"SubProfiles": [
{
"SubProfileCode": 2,
"SubProfileDesc": "NON-ENGINEERING",
"MainProfileCode": "M00036",
"SubDtlProfiles": [
{
"SubProfileCode": 2,
"MainProfileCode": "M00036",
"SubDtlProfileCode": 1,
"SubDtlProfileDesc": "BCA/B.Sc.(IT)"
}

]
},
{
"SubProfileCode": 4,
"SubProfileDesc": "ENGINEERING",
"MainProfileCode": "M00036",
"SubDtlProfiles": [
{
"SubProfileCode": 4,
"MainProfileCode": "M00036",
"SubDtlProfileCode": 1,
"SubDtlProfileDesc": "IT/Computer Engineering"
}
]
}
]
}
]
}
],
"ErrorYN": "N",
"Message": "Details fetched."
}