POST api/srs/emailfwd/renew
Request Information
URI Parameters
None.
Body Parameters
SrsEmailFwdRenewParamsName | Description | Type | Additional information |
---|---|---|---|
ForwardName | string |
Required |
|
Period | integer |
Required Range: inclusive between 1 and 32767 |
|
CurrentExpDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "ForwardName": "sample string 1", "Period": 2, "CurrentExpDate": "2025-10-18T04:59:39.9640285+02:00" }
application/xml, text/xml
Sample:
<SrsEmailFwdRenewParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Namebay.Rest.Api.Models.SrsParams"> <CurrentExpDate>2025-10-18T04:59:39.9640285+02:00</CurrentExpDate> <ForwardName>sample string 1</ForwardName> <Period>2</Period> </SrsEmailFwdRenewParams>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SrsRestResponseName | Description | Type | Additional information |
---|---|---|---|
XmlStatusCode | integer |
None. |
|
Values | Collection of string |
None. |
|
ResponseData | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "XmlStatusCode": 1, "Values": [ "sample string 1", "sample string 2" ], "ResponseData": null }
application/xml
Sample:
text/xml
Sample: