GET v1/customers/{customerId}/collection/summary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Common.Dto.Get.CollectionSummaryName | Description | Type | Additional information |
---|---|---|---|
customerName | string |
None. |
|
likelihood | string |
None. |
|
likelihoodTimestamp | date |
None. |
|
notes | Collection of Common.Dto.Get.CollectionNote |
None. |
Response Formats
application/json, text/json
Sample:
{ "customerName": "sample string 1", "likelihood": "sample string 2", "likelihoodTimestamp": "2025-05-21T09:02:38.6512511+00:00", "notes": [ { "name": "sample string 1", "timestamp": "2025-05-21T09:02:38.6512511+00:00", "content": "sample string 3", "id": 4, "uri": "sample string 5" }, { "name": "sample string 1", "timestamp": "2025-05-21T09:02:38.6512511+00:00", "content": "sample string 3", "id": 4, "uri": "sample string 5" } ] }