Copyright © tutorialspoint.com
Description: The get_assertionStatusReport API call provides administrative support for determining the status of current and outstanding publisher assertions that involve any of the business registrations managed by the individual publisher account. Using this message, a publisher can see the status of assertions that they have made, as well as see assertions that others have made that involve businessEntity structures controlled by the calling publisher account. Upon successful completion, an assertionStatusReport message is returned containing assertion status information. Version 2.0 Syntax:
Arguments:authInfo: This required argument is an element that contains an authentication token. Authentication tokens are obtained using the get_authToken API call. completionStatus: one of the following values
Error Returned:If any error occurs in processing this API call, a dispositionReport element will be returned to the caller within a SOAP Fault. The following error number information will be relevant: E_invalidCompletionStatus:signifies that the completionStatus value passed is unrecognized. The completion status that caused the problem will be clearly indicated in the error text. E_authTokenExpired: signifies that the authentication token value passed in the authInfo argument is no longer valid because the token has expired. E_authTokenRequired: signifies that the authentication token value passed in the authInfo argument is either missing or is not valid. |
Copyright © tutorialspoint.com