Zelestra

Zelestra Standards

save

The save operation saves a clip list as its resource state.

Request

The save operation requires a message that consists of a single SaveRequest element.

Examples

URL Encoded:
clipList=http://www.zelestra.com/ClipList.xml&test=true

XML:
<SaveRequest>
  <ClipList>http://www.zelestra.com/ClipList.xml</ClipList>
  <Test>true</Test>
</SaveRequest>

The SaveRequest element MUST contain a ClipList element, which is the URI of a clip list.

The SaveRequest element MAY contain a Test element, which may be set to true or false. A true value indicates that the ability to save is to be tested without performing the actual save.

Operation

If the Test element is not supplied or is set to false then the specified clip list is saved.

Response

The save operation does not return any data.

Faults

The save operation may return an badRequest fault if the request parameter is invalid.

The save operation may return an forbidden fault if the requestor does not have the appropriate permission.

The save operation may return an notFound fault if the specified clip list does not exist.

The save operation may return an unauthorized fault if the requestor has not previously authenticated.

The save operation may return an operationFailed fault if the service was unable to otherwise fulfill the request.