...
Field # | Field | Type | Description | Required | Comments |
1 | ProfileId | Integer | Unique Id of the Profile | Yes | Should be the existing Id of the Client Profile |
2 | DataElementName | String | Name of the columns - SSN - ClientNumber - RetainSSN - ProfileReference - AuthenticationStatus - EnableCareGiverRatingEmails - EnableCareManagement - EnableVendorPayments - EnableEmployerReimbursements - EnableScheduleManagement - Gender | Yes | Columns: SSN Should be 9 Numerals ClientNumber Min Length: 1 Max Length: 20 RetainSSN Must have value (0 or 1) Value: ● 0 - No ● 1 - Yes ProfileReference Min Length: 1 Max Length: 200 AuthenticationStatus Must be an existing Id of the Authentication: ● 1 - Active ● 2 - Disabled ● 3 - Locked EnableCareGiverRatingEmails Must have value (0 or 1) Value: ● 0 - No ● 1 - Yes EnableCareManagement Must have value (0 or 1) Value: ● 0 - No ● 1 - Yes EnableVendorPayments Must have value (0 or 1) Value: ● 0 - No ● 1 - Yes EnableEmployerReimbursements Must have value (0 or 1) Value: ● 0 - No ● 1 - Yes EnableScheduleManagement Must have value (0 or 1)
Gender
|
3 | NewDataValue | String | Data | No | Data corresponding to the columns: - SSN - ClientNumber - RetainSSN - ProfileReference - AuthenticationStatus - EnableCareGiverRatingEmails - EnableCareManagement - EnableVendorPayments - EnableEmployerReimbursement |
...