Overview
This data structure includes the item data that associated with a document. In the case of a receipt that is attached to a cost card, the data set is all about this cost card.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Values | Information of a particular value. Please click here for more information. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:Data> <a:Values xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:PwsValue> <b:ColumnType>V</b:ColumnType> <b:Tag>Type</b:Tag> <b:Value>CostCard</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>D</b:ColumnType> <b:Tag>Incurred Date</b:Tag> <b:Value>Mar 1 2018</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>V</b:ColumnType> <b:Tag>Expense Type</b:Tag> <b:Value>Personal Auto Mileage</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>M</b:ColumnType> <b:Tag>Disbursed Amount</b:Tag> <b:Value>12.00</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>V</b:ColumnType> <b:Tag>Disbursed Currency Code</b:Tag> <b:Value>CAD</b:Value> <b:Values/> </b:PwsValue> </a:Values> </a:Data> |