Class Index
java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.phonenumbers.replace.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(ReplacePhoneNumberRequest replacePhoneNumberRequest) Replaces (swaps) phone numbers from Inventory with the main, company, direct or company fax numbers.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public AccountPhoneNumberInfo post(ReplacePhoneNumberRequest replacePhoneNumberRequest) throws RestException, IOException Replaces (swaps) phone numbers from Inventory with the main, company, direct or company fax numbers. This method is used to replace temporary numbers when the porting process is complete.HTTP Method: post Endpoint: /restapi/v2/accounts/{accountId}/phone-numbers/{phoneNumberId}/replace Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditCompanyPhoneNumbers
- Throws:
RestException
IOException
-