POST api/clients/clientpacklist
Get client pack for a a list of clients
Request Information
URI Parameters
None.
Body Parameters
a list of strings representing the ids of clients
ListOfIdsModelName | Description | Type | Additional information |
---|---|---|---|
Ids | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ids": [ "sample string 1", "sample string 2" ] }
Response Information
Resource Description
Collection of ClientPackDTOName | Description | Type | Additional information |
---|---|---|---|
ClientSiteId | string |
None. |
|
ContactName | string |
None. |
|
ContactPhoto | string |
None. |
|
ContactPhotoLastModified | date |
None. |
|
ClientPhoto | string |
None. |
|
ClientPhotoLastModified | date |
None. |
|
MeetText | string |
None. |
|
MeetTextId | integer |
None. |
|
PolicyText | string |
None. |
|
PolicyTextId | integer |
None. |
|
CreatedOn | date |
None. |
|
LastModified | date |
None. |
|
ClientSiteName | string |
None. |
|
Address | string |
None. |
|
Completed | integer |
None. |
|
Client | ClientDTO |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.