Generic Message Type
The Web services use a Generic Message (GenericMsg) type that provides the following fields.
The Generic Request type and Generic Response type are extensions of the (GenericMsg) type.
Generic Request Type
The Generic Request type consists of the following members:
-
The security token (TokenId) passed in with the request. The TokenId is received from a call to the Authentication Web service. The security token is required to allow the request to be accepted.
The time to live (TTL) value for the TokenId can be extended by selecting the value TokenNeverExpires.
-
The identifier of the related Service Request (ServiceRequestId).
-
An indication of the request origination (Source).
The generic in-message (GenericInMsg) type is an extension of the GenericMsg type.
Generic Response Type
The Generic Response Type consists of the following members:
-
The Transaction Result (TrxResult) — a free form description of the request status usually containing an error description when an Error status is reported.
-
The security token (TokenId) passed in with the request.
-
The Status (TrxStatus) identifying the application import processing status of the request as one of the following Error Types:
The generic out-message GenericOutMsg type is an extension of the GenericMsg type.