associate_search ()
associate_search ()
Function prototype | associate_search (session, case, search_str , [max_res = 1000], [offset = 1]) |
---|---|
API Version | 2.7.23 and higher |
Returns a list of people matching the search criteria that can be used to add ASSOCIATE to a CASE The search string will we used to find people in the system who:
| |
Input parameters: |
|
Output parameters: |
|
Request sample: | associate_search ( “LCAAAAAAAAAAAA”, “joseph“, 100, 1); |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <result> <items>10</items> <offset>1</offset> <associates> <associate> <ref>92273</ref> <already_associated>false</already_associated> <data> <nickname>josephs</nickname> <bdate>1982-01-16</bdate> <age>40</age> <gender>M</gender> </data> </associate> </associates> </result> <ErrorMsg></ErrorMsg> <ErrorCode></ErrorCode> |
Notes: |
, multiple selections available,
Related content
associate_get ()
associate_get ()
More like this
associate_get_contact ()
associate_get_contact ()
More like this
associate_set_contact ()
associate_set_contact ()
More like this
case_get_associate_list ()
case_get_associate_list ()
More like this
associate_get_case_list ()
associate_get_case_list ()
More like this
case_search ()
case_search ()
More like this