Monday, May 20, 2024

Static - Onboarding Profile Type
Action:
GET
Method:
GET
URL: /api/v1/static/onboardingprofiletype/get
Description: Fetch a Static Onboarding Profile Type record based on Identifier
Type Key DataType Notes
Headers api-key String Your Api-Key
Params OnboardingProfileTypeID Int32 onboardingprofiletype Identifier
Params ReturnFormat String Json or Xml
Return Data: Json or XML of the Static Onboarding Profile Type record.
{
 "OnboardingProfileTypeID": 500,
 "OnboardingProfileTypeName": "RiskScreen eIDV",
 "OnboardingProfileTypeDescription": "RiskScreen eIDV",
}
Field Data Type
OnboardingProfileTypeID Int 32
OnboardingProfileTypeName Text 300
OnboardingProfileTypeName Text 500
Action:
GET ALL
Method:
GET
URL: /api/v1/static/onboardingprofiletype/getall
Description: Fetch all Static Onboarding Profile Type records
Type Key DataType Notes
Headers api-key String Your Api-Key
Headers Content-Type String Enter value: application/x-www-form-urlencoded
Params ActionUserID Int16 Identifier of the User performing action.
Params ReturnFormat String Json or Xml
Return Data: Json or XML collection of Static Onboarding Profile Type records.
[{
 "OnboardingProfileTypeID": 500,
 "OnboardingProfileTypeName": "RiskScreen eIDV",
 "OnboardingProfileTypeDescription": "RiskScreen eIDV",
}]
Field Data Type
OnboardingProfileTypeID Int 32
OnboardingProfileTypeName Text 300
OnboardingProfileTypeName Text 500