POST place/{placeId}/shares
Add the shares on the current place
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId |
the place's id |
integer |
Required |
Body Parameters
the place share to create
Flipr.Web.DataTransfert.Places.PlaceInvitationName | Description | Type | Additional information |
---|---|---|---|
GuestUser | string |
None. |
|
PermissionLevel | Flipr.Data.SQL.Pool.UserPlacePermissionLevel |
None. |
Request Formats
application/json, text/json
Sample:
{ "GuestUser": "sample string 1", "PermissionLevel": "Admin" }
text/html
Sample:
{"GuestUser":"sample string 1","PermissionLevel":"Admin"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
the list of users invited on the pool
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.