Overview
This structure represents the fields associated with a payment voucher. Payment Vouchers are the vehicle by which Projector reimburses resources or pays vendors.
Format
- PwsPaymentVoucher
- PaymentVoucherId: Int32
- PaymentVoucherNumber: String
- 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
- ApPaymentInformation: String
- ApVoucherNumber: String
- DisbursedAmount: Double
- DisbursedCurrency: PwsCurrencyRef
- DisbursingCostCenterIdentity: PwsCostCenterRef
- ReconciliationCompleteFlag: Boolean
- ExpenseDocuments: PwsPaymentVoucherExpenseDocument [???]
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
PaymentVoucherId | Int32 | No | The payment voucher Id is a unique identifier for a payment voucher. For internal use only. | ||
PaymentVoucherNumber | String | On Insert: No On Update: One of PaymentVoucherNumber or PaymentVoucherUid is required | The payment voucher number is a unique identifier for a payment voucher. If not specified, this field will be auto generated. | PVER00722 | |
PaymentVoucherUid | Int64 | See PaymentVoucherNumber | The payment voucher Uid is a unique and immutable identifier for a payment voucher | 1152921504607609481 | |
ApprovedToPayByUser | No | The user who set to the payment voucher to approved to pay | |||
ApprovedToPayTimestamp | DateTime | No | The date and time the payment voucher was set to approved to pay | 2018-03-20T15:20:51.503Z | |
CashAdvanceAmount | Double | No | The cash advance amount on the payment voucher | 0 | |
PaidByUser | No | The user who set to the payment voucher to paid | |||
PaidTimestamp | DateTime | No | The date and time the payment voucher was set to paid | 2018-03-20T15:20:55.103Z | |
PayeeVendor | No | The payee vendor on the payment voucher | |||
PaymentWorkflowStatus | String | No | false | The payment voucher's payment workflow status: 'N' for Not Approved to Pay 'F' for Approved to Pay 'T' for Transmitted 'P' for Paid 'C' for Payment Received | P |
ReceivedByUser | No | The user who set to the payment voucher to received | |||
ReceivedTimestamp | DateTime | No | The date and time the payment voucher was set to received | ||
TransmittedByUser | No | The user who set to the payment voucher to transmitted | |||
TransmittedTimestamp | DateTime | No | false | The date and time the payment voucher was set to transmitted | 2018-03-20T15:20:55.103Z |
CanMarkReceivedFlag | Boolean | No | If set to 'true', the payment voucher can be marked as 'Received' | true | |
ApPaymentInformation | String | No | Information associated with the accounts payable payment information | Pay to Jack | |
ApVoucherNumber | String | No | The accounts payable voucher number | P123 | |
DisbursedAmount | Double | On Insert: Yes On Update: No | The total disbursed amount | 5 | |
DisbursedCurrency | On Insert: Yes On Update: No | The disbursed currency. This is the currency associated with the resource's location at the time the cost card was created. | |||
DisbursingCostCenterIdentity | On Insert: Yes On Update: No | The disbursing cost center identity | |||
ReconciliationCompleteFlag | Boolean | No | false | If set to 'true', reconciliation is complete for this payment voucher | false |
ExpenseDocuments | On Insert: Yes On Update: No | The expense document(s) associated with the payment voucher |