Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.businessaddress.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns business address of a company.path()
put
(ModifyAccountBusinessAddressRequest modifyAccountBusinessAddressRequest) Updates the business address of a company that account is linked to.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns business address of a company.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/business-address Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyInfo
- Throws:
RestException
IOException
-
put
public AccountBusinessAddressResource put(ModifyAccountBusinessAddressRequest modifyAccountBusinessAddressRequest) throws RestException, IOException Updates the business address of a company that account is linked to.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/business-address Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyInfo
- Throws:
RestException
IOException
-