ResponseRepr

Top  Previous  Next

Description

Represents the results of processing a single ActionRepr in a TransactionRepr.

 

XML Representation

 

<ResponseRepr 

 Ok="%true|false%" 

 ETag="%response etag%">

  %response body%

</ResponseRepr>

 

JSON Representation

 

"Ok":%boolean%, 

"ETag":"%response etag%", 

"Content":"%response body%"

 

 

Notes

 

See Also