Release 99
From Hostway API Documentation
Release 99 - 10/22/2014
List of changes in Release 99.
Contents |
download this article as a PDF book
New API calls
PUT /orders/{orderId}/account/products/{productId}/services/{serviceId}/promotion
- Set promotion code for a service in an order.
DELETE /orders/{orderId}/account/products/{productId}/services/{serviceId}/promotion
- Remove promotion code for a service in an order.
Modified API calls
GET /accounts/{accountId}/contacts/{contactType}
- Changed the response body format.
-
Note: This is a breaking change. If your are utilizing this call you should modify your code to use the new format.
GET /accounts/{accountId}/contacts
- Changed the response body format.
-
Note: This is a breaking change. If your are utilizing this call you should modify your code to use the new format.
PUT /accounts/{accountId}/contacts
- Changed the request body format.
-
Note: This is a breaking change. If your are utilizing this call you should modify your code to use the new format.