POST api/Sharing/SetSharingCustomer
Request Information
URI Parameters
None.
Body Parameters
SharingCustomerParamDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| selectedItems | Collection of string |
None. |
|
| string |
None. |
||
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"selectedItems": [
"sample string 1",
"sample string 2"
],
"email": "sample string 1",
"startDate": "2026-06-11T08:08:31.6851196+02:00",
"endDate": "2026-06-11T08:08:31.6851196+02:00",
"message": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.