Applicant
Create Applicant
Create a new Applicant
POST
/
vLatest
/
action
/
glasscore
/
applicant
curl --request POST \
--url https://api.glass.fm/vLatest/action/glasscore/applicant \
--header 'Content-Type: application/json' \
--data '{
"aliasNameFirst": "<string>",
"aliasNameLast": "<string>",
"applicationDate": "<string>",
"currentAddressYearStart": "<string>",
"georgia_race": "<string>",
"info": [
{
"descrip": "<string>",
"infoItem": [
{
"AttributeId": "<string>",
"choice": "<string>",
"featureSetDescrip": "<string>",
"FeatureSetId": 123,
"featureSetName": "<string>",
"InfoId": 123,
"PersonId": 123,
"valueDate": "<string>",
"valueFeatureId": 123,
"valueNumber": 123,
"valueText": "<string>"
}
],
"isSubmitted": 123,
"OrderItemId": 123,
"PersonId": 123,
"ProductId": 123
}
],
"PersonId": 123,
"priorAddressCity": "<string>",
"priorAddressCounty": "<string>",
"priorAddressState": "<string>",
"priorAddressStreetPrimary": "<string>",
"priorAddressStreetSecondary": "<string>",
"priorAddressYearEnd": "<string>",
"priorAddressYearStart": "<string>",
"priorAddressZip": "<string>",
"ssn": "<string>"
}'
Body
application/json
Response
200
Applicant
curl --request POST \
--url https://api.glass.fm/vLatest/action/glasscore/applicant \
--header 'Content-Type: application/json' \
--data '{
"aliasNameFirst": "<string>",
"aliasNameLast": "<string>",
"applicationDate": "<string>",
"currentAddressYearStart": "<string>",
"georgia_race": "<string>",
"info": [
{
"descrip": "<string>",
"infoItem": [
{
"AttributeId": "<string>",
"choice": "<string>",
"featureSetDescrip": "<string>",
"FeatureSetId": 123,
"featureSetName": "<string>",
"InfoId": 123,
"PersonId": 123,
"valueDate": "<string>",
"valueFeatureId": 123,
"valueNumber": 123,
"valueText": "<string>"
}
],
"isSubmitted": 123,
"OrderItemId": 123,
"PersonId": 123,
"ProductId": 123
}
],
"PersonId": 123,
"priorAddressCity": "<string>",
"priorAddressCounty": "<string>",
"priorAddressState": "<string>",
"priorAddressStreetPrimary": "<string>",
"priorAddressStreetSecondary": "<string>",
"priorAddressYearEnd": "<string>",
"priorAddressYearStart": "<string>",
"priorAddressZip": "<string>",
"ssn": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.