Responses

  • 200 application/json

    Information needed to generate an order form.

    Hide response attributes Show response attributes object
    • packageCosts object Required
      Hide packageCosts attribute Show packageCosts attribute object
      • 11006 integer Required

        The cost associated with package 11006.

    • serviceTypes object Required
      Hide serviceTypes attribute Show serviceTypes attribute object
      • 11006 object
        Hide 11006 attributes Show 11006 attributes object
        • services_id string Required

          The ID of the service.

        • services_name string Required

          The name of the service.

        • services_cost string Required

          The cost of the service.

        • services_category string Required

          The category of the service.

        • services_buyable string Required

          Indicates if the service is buyable.

        • services_type string Required

          The type of the service.

        • services_field1 string Required

          Field 1 of the service.

        • services_field2 string Required

          Field 2 of the service.

        • services_module string Required

          The module of the service.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /backups/order
curl \
 --request GET 'https://my.interserver.net/apiv2/backups/order' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "packageCosts": {
    "11006": 84
  },
  "serviceTypes": {
    "11006": {
      "services_id": "11006",
      "services_name": "Storage ST 700",
      "services_cost": "84.00",
      "services_category": "702",
      "services_buyable": "1",
      "services_type": "703",
      "services_field1": "string",
      "services_field2": "bandwidth=40000000,quota=40000000,inode=100,uinode=ON,vdomains=2,nsubdomains=5,nemails=0,nemailf=0,nemailml=0,nemailr=0,mysql=5,domainptr=5,ftp=100,aftp=OFF,cgi=ON,php=ON,spam=OFF,cron=OFF,catchall=OFF,ssl=ON,ssh=ON,sysinfo=ON,login_keys=ON,dnscontrol=OFF,suspend_at_limit=ON",
      "services_module": "backups"
    }
  }
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}