PwsExpenseEntryVoucher
Overview
This structure includes basic information about a payment voucher. The information represented in this structure is not comprehensive and only includes certain key attributes of a payment voucher deemed to be useful in a listing of payment vouchers.
Format
- PwsPaymentVoucherSummary
- PaymentVoucherId: Int32
- PaymentVoucherNumber: String (40)
- PaymentVoucherUid: Int64
- ApprovedToPayByUser: PwsUserSummary
- ApprovedToPayTimestamp: DateTime
- CashAdvanceAmount: Double
- PaidByUser: PwsUserSummary
- PaidTimestamp: DateTime
- PayeeVendor: PwsVendorSummary
- PaymentWorkflowStatus: String
- ReceivedByUser: PwsUserSummary
- ReceivedTimestamp: DateTime
- TransmittedByUser: PwsUserSummary
- TransmittedTimestamp: DateTime
- CanMarkReceivedFlag: Boolean
Elements
mnsElement | Data Type | Description | Sample Data |
---|---|---|---|
PaymentVoucherId | Int32 | The payment voucher Id is a unique identifier for a payment voucher. For internal use only. | |
PaymentVoucherNumber | String (40) | The payment voucher number is a unique identifier for a payment voucher. | PVER00706Â |
PaymentVoucherUid | Int64 | A unique and immutable identifier for a payment voucher. | 1152921504607609478Â |
ApprovedToPayByUser | The identity of the user who updated the payment voucher status to approved to pay. | ||
ApprovedToPayTimestamp | DateTime | The date and time the payment voucher was approved. | 2018-02-07T19:32:26.15Z |
CashAdvanceAmount | Double | The cash advance amount associated with the payment voucher. | 0 |
PaidByUser | The identity of the user who updated the payment voucher status to paid. | ||
PaidTimestamp | DateTime | The date and time the payment voucher was paid. | |
PayeeVendor | The user identity of the payee associated with the payment voucher. | ||
PaymentWorkflowStatus | String | The payment workflow status: N - for Not Approved F - for Approved T - for Transmitted P - for Paid C - for Payment Received | F |
ReceivedByUser | The identity of the user who updated the payment voucher status to received. | ||
ReceivedTimestamp | DateTime | The date and time the payment voucher was received. | |
TransmittedByUser | The identity of the user who updated the payment voucher status to transmitted. | ||
TransmittedTimestamp | DateTime | The date and time the payment voucher was transmitted. | |
CanMarkReceivedFlag | Boolean | If set to 'true', the payment voucher can be marked as received. | true |