POST api/v2/AutoSharePortal
Request
URI Parameters
Body Parameters
AutoSharePortalNew| Name | Description | Type | Additional information |
|---|---|---|---|
| MailTo | string | ||
| MailFrom | string | ||
| EditionUserId | integer |
Request Formats
application/json, text/json
Sample:
{
"MailTo": "sample string 1",
"MailFrom": "sample string 2",
"EditionUserId": 3
}
text/html
Sample:
{"MailTo":"sample string 1","MailFrom":"sample string 2","EditionUserId":3}
Response
DefaultResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean | ||
| Messages | Collection of string | ||
| Data | integer |
Response Format
application/json, text/json
Sample:
{
"Success": true,
"Messages": [
"sample string 1",
"sample string 2"
],
"Data": 2
}
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"Data":2}