Note
These methods have been deprecated. You can use these methods instead.
Description
Modifies FTP details.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| auth-password | String | Required | Authentication Parameter |
| order-id | Integer | Required | The orderid for which you want to enroll for a certificate. |
| ftphost | String | Required | FTP Host Value. |
| ftpport | String | Required | FTP Port Value |
| ftpusername | String | Required | FTP Username |
| ftppassword | String | Required | FTP Password |
| ftppath | String | Required | FTP Path |
HTTP Method
POST
Example Test URL
https://test.httpapi.com/api/sitebuilder/modify-ftp-details.xml?auth-userid=1&auth-password=password&order-id=12&ftphost=host&ftpport=80&ftpusername=test&ftppassword=password&ftppath=test
Response
Returns a map of the result.
