V9.Common:CoreResponse

Jump to: navigation, search

CoreResponse

The following parameters are inherited by all TV Listings SOAP API responses and returned in response headers.

Elements

NameTypeDescription
Build String The current version of the API.
ClientBatchId String The batch ID you supplied in the request.
EndTimestamp DateTime When the server finished processing the request.
Errors Error [ ] Processing errors or warnings.
RequestId String Guid A generated value that identifies the request and response.
Status Status The status of the transaction.
TimeStamp DateTime When the server started processing the request.

XML Response Example

<RequestId xmlns="http://api.rovicorp.com/v9/common/types">9f10b3ba-2d61-4d7d-ab78-156660632cbe</RequestId>
<TimeStamp xmlns="http://api.rovicorp.com/v9/common/types">2012-11-14T19:43:33.399Z</TimeStamp>
<Status xmlns="http://api.rovicorp.com/v9/common/types">NPE</Status>
<Errors xmlns="http://api.rovicorp.com/v9/common/types">
   <Error>
      <ErrorCode>502001</ErrorCode>
      <ErrorName>Listings_InvalidCopyType</ErrorName>
      <ErrorText>The CopyType is invalid.</ErrorText>
      <ErrorType>Error</ErrorType>
   </Error>
</Errors>
<EndTimestamp xmlns="http://api.rovicorp.com/v9/common/types">2012-11-14T19:43:33.462Z</EndTimestamp>
<Build xmlns="http://api.rovicorp.com/v9/common/types">2010.06.01</Build>
 
 
 
Personal tools