http://www.ibm.com/schema/twss/userec/v2_0/local
The writeUsageRecordRequest Element

Write usage record request message. This message contains information about a service usage record used for billing purposes.


Element writeUsageRecordRequest : writeUsageRecordRequest
The writeUsageRecordRequest element cannot have "xsi:nil" as an attribute. The writeUsageRecordRequest element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance

Write usage record request message. This message contains information about a service usage record used for billing purposes.

<writeUsageRecordRequest>
-Begin Sequence [1...1]

The global transaction ID for the Web Service transaction.

<globalTransactionID>xsd:string</globalTransactionID> [1..1]

The service implementation that originated the usage record. The service name is specific to each service implementation and should be chosen to avoid conflicts with other service implementations.

<service>xsd:string</service> [1..1]

The type of event being written. This marks the point in the service implementation where the service usage record is being recorded. This event type is service implementation specific, but should be unique for each service and event type.

<eventType>xsd:string</eventType> [1..1]

The recorded time in milliseconds since the epoch.

<recordTime>xsd:long</recordTime> [1..1]

The service implementation status code. The code used is service implementation specific, but the following status codes are suggested/reserved: 0 - Success, 1 - General failure, 2 - privacy related failure.

<code>xsd:int</code> [1..1]

Service data attribute names.

<serviceAttributes>xsd:string</serviceAttributes> [0..*]

Service data attribute values. Shares the same index as the attribute names and the arrays should be of equal size.

<serviceValues>xsd:string</serviceValues> [0..*]
End Sequence
</writeUsageRecordRequest>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:element  name="writeUsageRecordRequest"  type="twss_userec_local_xsd:writeUsageRecordRequest">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Write usage record request message. This message contains information about a service usage record used for billing purposes.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by WSDLdoc ©