POST api/CallForwardingSetups/{planId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | string |
Required |
Body Parameters
CallForwardingSetupPostModelName | 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": "2024-11-28T05:42:29.5467277-05:00", "ExpiryDate": "2024-11-28T05:42:29.5467277-05: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>2024-11-28T05:42:29.5467277-05:00</ActivationDate> <CountryCode>sample string 3</CountryCode> <DisplayName>sample string 2</DisplayName> <ExpiryDate>2024-11-28T05:42:29.5467277-05: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.