|
| Index (Account.Index parent, string fieldId=null) |
|
string | Path (bool withParameter=true) |
|
async Task< CustomFieldList > | Get (RestRequestConfig restRequestConfig=null) |
| Returns the list of created custom fields. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadUserInfo More...
|
|
async Task< CustomFieldModel > | Post (CustomFieldCreateRequest customFieldCreateRequest, RestRequestConfig restRequestConfig=null) |
| Creates custom field attached to the object. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields Rate Limit Group: Medium App Permission: EditAccounts User Permission: Users More...
|
|
async Task< CustomFieldModel > | Put (CustomFieldUpdateRequest customFieldUpdateRequest, RestRequestConfig restRequestConfig=null) |
| Updates custom field by ID specified in path. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields/{fieldId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: Users More...
|
|
async Task< string > | Delete (RestRequestConfig restRequestConfig=null) |
| Deletes custom field(s) by ID(s) with the corresponding values. HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields/{fieldId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: Users More...
|
|
◆ Delete()
async Task<string> RingCentral.Paths.Restapi.Account.CustomFields.Index.Delete |
( |
RestRequestConfig |
restRequestConfig = null | ) |
|
|
inline |
Deletes custom field(s) by ID(s) with the corresponding values. HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields/{fieldId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: Users
◆ Get()
Returns the list of created custom fields. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadUserInfo
◆ Post()
Creates custom field attached to the object. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields Rate Limit Group: Medium App Permission: EditAccounts User Permission: Users
◆ Put()
Updates custom field by ID specified in path. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/custom-fields/{fieldId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: Users
The documentation for this class was generated from the following file:
- RingCentral.Net/Paths/Restapi/Account/CustomFields/Index.cs