POST public-api/employees/infosearch
This method returns all active employees whose employee number or name contains the specified texts that are entered on the combo box. Requires Allow Employee permission. Note: This is a Post API to avoid limitations inherent to passing parameters on the URL.
Request Information
URI Parameters
None.
Body Parameters
EmployeeContainsSearchParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchPattern |
Simple string. Records containing this string are returned. |
string |
None. |
Request Formats
application/json
{
"SearchPattern": "1.a4e2f6247873467981e272dfb42c7b77"
}
Response Information
Resource Description
WaspResultOfListOfEmployeeModelInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
Type specific result that always depends on the function called. |
Collection of EmployeeModelInfo |
None. |
| Messages |
List of Messages. All APIs should return messages. If an API function returns an error you can find more information about the error or errors in this collection of messages. |
Collection of WtResult |
None. |
| BatchNumber |
This is a global batch number generated by a mass group of transaction records to be returned to the consumer on each call to rolling transaction rules. This requests that each group of Move/Add/Remove transaction batches is tied together. In prior products (such as Mobile Asset Cloud), all are set to null and the only time when the batch number is generated is for multiple check-out transactions but the old is to generate for each responsible party. |
integer |
None. |
| HasError |
True if an API function result has an error message in the results. If this is false, the function succeeded but other informative messages may be available. |
boolean |
None. |
| HasHttpError |
True if an API function call could not be fully posted to the server or the results could not be fully returned. |
boolean |
None. |
| HasMessage |
True if any message is available. |
boolean |
None. |
| HasSuccessWithMoreDataRemaining |
True if the server sent part of the data and there is more data available. Use with paging APIs to fetch data one page at a time. |
boolean |
None. |
| TotalRecordsLongCount |
This is the total number of records available in the database based on the query and filer conditions provided. It is possible that the value can change from call to call as users add and delete records so this should not be used to page through multiple recordsets of data. This is used, for example, to set relative scroll bar sizes. When paging through data using functions like the assetadvancedinfosearch, calculating TotalRecordsLongCount for every page full of data is an time-consuming operation. To avoid that extra calculation, and help prevent throttling, assign TotalRecordsLongCount to TotalCountFromPriorFetch in the AdvancedSearchParameters to skip recalculating this total page count and to page thru the records faster. |
integer |
None. |
Response Formats
application/json
{
"Data": [
{
"RowNumber": 0,
"EmployeeNumber": "1.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 1",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.1.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 1,
"EmployeeNumber": "101.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 101",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.101.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 2,
"EmployeeNumber": "11.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 11",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.11.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 3,
"EmployeeNumber": "111.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 111",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.111.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 4,
"EmployeeNumber": "121.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 121",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.121.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 5,
"EmployeeNumber": "131.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 131",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.131.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 6,
"EmployeeNumber": "141.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 141",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.141.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 7,
"EmployeeNumber": "151.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 151",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.151.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 8,
"EmployeeNumber": "161.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 161",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.161.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 9,
"EmployeeNumber": "171.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 171",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.171.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 10,
"EmployeeNumber": "181.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 181",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.181.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 11,
"EmployeeNumber": "191.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 191",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.191.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 12,
"EmployeeNumber": "201.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 201",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.201.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 13,
"EmployeeNumber": "21.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 21",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.21.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 14,
"EmployeeNumber": "211.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 211",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.211.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 15,
"EmployeeNumber": "221.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 221",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.221.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 16,
"EmployeeNumber": "231.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 231",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.231.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 17,
"EmployeeNumber": "241.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 241",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.241.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 18,
"EmployeeNumber": "251.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 251",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.251.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 19,
"EmployeeNumber": "261.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 261",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.261.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 20,
"EmployeeNumber": "271.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 271",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.271.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 21,
"EmployeeNumber": "281.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 281",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.281.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 22,
"EmployeeNumber": "291.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 291",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.291.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 23,
"EmployeeNumber": "301.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 301",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.301.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 24,
"EmployeeNumber": "31.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 31",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.31.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 25,
"EmployeeNumber": "311.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 311",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.311.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 26,
"EmployeeNumber": "321.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 321",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.321.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 27,
"EmployeeNumber": "331.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 331",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.331.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 28,
"EmployeeNumber": "341.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 341",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.341.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 29,
"EmployeeNumber": "351.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 351",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.351.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 30,
"EmployeeNumber": "361.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 361",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.361.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 31,
"EmployeeNumber": "371.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 371",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.371.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 32,
"EmployeeNumber": "381.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 381",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.381.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 33,
"EmployeeNumber": "391.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 391",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.391.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 34,
"EmployeeNumber": "401.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 401",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.401.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 35,
"EmployeeNumber": "41.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 41",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.41.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 36,
"EmployeeNumber": "411.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 411",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.411.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 37,
"EmployeeNumber": "421.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 421",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.421.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 38,
"EmployeeNumber": "431.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 431",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.431.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 39,
"EmployeeNumber": "441.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 441",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.441.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 40,
"EmployeeNumber": "451.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 451",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.451.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 41,
"EmployeeNumber": "461.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 461",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.461.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 42,
"EmployeeNumber": "471.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 471",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.471.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 43,
"EmployeeNumber": "481.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 481",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.481.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 44,
"EmployeeNumber": "491.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 491",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.491.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 45,
"EmployeeNumber": "51.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 51",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.51.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 46,
"EmployeeNumber": "61.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 61",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.61.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 47,
"EmployeeNumber": "71.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 71",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.71.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 48,
"EmployeeNumber": "81.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 81",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.81.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
},
{
"RowNumber": 49,
"EmployeeNumber": "91.a4e2f6247873467981e272dfb42c7b77",
"EmployeeFirstName": "UpFirst-Updated-I.M. 91",
"EmployeeLastName": "UpLast-McDoe-Doea4e2f6247873467981e272dfb42c7b77",
"EmployeeEmail": "UpEmail.91.a4e2f6247873467981e272dfb42c7b77@mailinator.com",
"DepartmentCode": "",
"Addresses": [],
"PhoneNumbers": [],
"EmployeeNotes": [],
"CustomFields": [],
"AttachmentsToAdd": [],
"AttachmentsToDelete": [],
"HasAttachment": false
}
],
"Messages": [],
"TotalRecordsLongCount": 50,
"HasSuccessWithMoreDataRemaining": false,
"HasError": false,
"HasMessage": false,
"HasHttpError": false
}