POST v1/customers/{customerId}/collection/summary
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
Body Parameters
Common.Dto.Post.CollectionSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| likelihood | string |
None. |
|
| addNewNote | string |
String length: inclusive between 0 and 280 |
|
| deleteNoteIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"likelihood": "sample string 2",
"addNewNote": "sample string 3",
"deleteNoteIds": [
1,
2
]
}
Response Information
Resource Description
None.