Orders-orderId-account-contactInfo-contactType:DELETE

(Difference between revisions)
Jump to: navigation, search
 
m (1 revision)

Revision as of 01:58, 17 February 2013

DELETE /orders/{orderId}/account/contactInfo/{contactType}

Deletes the account contact details for a given contact type in an order.

Contents


Request

DELETE /orders/{orderId}/account/contactInfo/{contactType}

Request Parameters

orderId - string
The unique order Id. The URI of the order is returned by the POST /orders call.
contact_type - string
Contact Type (regular, billing, administrator or technical)

URI Parameters

None.

Request Headers

Content-Type
Required. Set this header to application/json; charset=UTF-8
Cookie
A cookie named OwnerId to identify the client (for most browser clients, the browser will do this automatically, depending on the browser configuration). The value of the cookie would come from the response to the create order request in the Set-Cookie response header.

Response

Status Code

204 No Content
The operation was successfully completed.
404 Not Found
An account has not been added to the given order, the order does not exist or the specified contact type is not set.

See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox