POST api/CallForwardingSetups/{planId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| planId | string |
Required |
Body Parameters
CallForwardingSetupPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FollowMeNumber | string |
None. |
|
| DisplayName | string |
None. |
|
| CountryCode | string |
None. |
|
| PhoneNumber | string |
None. |
|
| ActivationDate | date |
None. |
|
| ExpiryDate | date |
None. |
|
| RequestedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FollowMeNumber": "sample string 1",
"DisplayName": "sample string 2",
"CountryCode": "sample string 3",
"PhoneNumber": "sample string 4",
"ActivationDate": "2026-06-25T22:12:47.7937785-04:00",
"ExpiryDate": "2026-06-25T22:12:47.7937785-04:00",
"RequestedBy": "sample string 7"
}
application/xml, text/xml
Sample:
<CallForwardingSetupPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.Accounts"> <ActivationDate>2026-06-25T22:12:47.7937785-04:00</ActivationDate> <CountryCode>sample string 3</CountryCode> <DisplayName>sample string 2</DisplayName> <ExpiryDate>2026-06-25T22:12:47.7937785-04:00</ExpiryDate> <FollowMeNumber>sample string 1</FollowMeNumber> <PhoneNumber>sample string 4</PhoneNumber> <RequestedBy>sample string 7</RequestedBy> </CallForwardingSetupPostModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.