PUT api/2.0/settings/customschemas
Creates a custom team template with the parameters specified in the request.
Name |
Description |
Type |
Example |
Id
sent in body
|
Team template ID
|
System.String
|
|
Name
sent in body
|
Team template name
|
System.String
|
|
UserCaption
sent in body
|
User caption
|
System.String
|
|
UsersCaption
sent in body
|
Users caption
|
System.String
|
|
GroupCaption
sent in body
|
Group caption
|
System.String
|
|
GroupsCaption
sent in body
|
Groups caption
|
System.String
|
|
UserPostCaption
sent in body
|
User status caption
|
System.String
|
|
RegDateCaption
sent in body
|
Registration date caption
|
System.String
|
|
GroupHeadCaption
sent in body
|
Group lead caption
|
System.String
|
|
GuestCaption
sent in body
|
Guest caption
|
System.String
|
|
GuestsCaption
sent in body
|
Guests caption
|
System.String
|
|
PUT api/2.0/settings/customschemas
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Id": "some text",
"Name": "some text",
"UserCaption": "some text",
"UsersCaption": "some text",
"GroupCaption": "some text",
"GroupsCaption": "some text",
"UserPostCaption": "some text",
"RegDateCaption": "some text",
"GroupHeadCaption": "some text",
"GuestCaption": "some text",
"GuestsCaption": "some text"
}
Custom team template with the following parameters
application/json
{
"status": 0,
"response": {
"Id": "some text",
"Name": "some text",
"UserCaption": "some text",
"UsersCaption": "some text",
"GroupCaption": "some text",
"GroupsCaption": "some text",
"UserPostCaption": "some text",
"RegDateCaption": "some text",
"GroupHeadCaption": "some text",
"GuestCaption": "some text",
"GuestsCaption": "some text"
}
}
text/xml
<result>
<status>0</status>
<response>
<Id>some text</Id>
<Name>some text</Name>
<UserCaption>some text</UserCaption>
<UsersCaption>some text</UsersCaption>
<GroupCaption>some text</GroupCaption>
<GroupsCaption>some text</GroupsCaption>
<UserPostCaption>some text</UserPostCaption>
<RegDateCaption>some text</RegDateCaption>
<GroupHeadCaption>some text</GroupHeadCaption>
<GuestCaption>some text</GuestCaption>
<GuestsCaption>some text</GuestsCaption>
</response>
</result>