Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Default

Description

Sample Data

ReceiptId

Int32

On Insert: No

On Update: No


The receipt Id is a unique identifier for a receipt. For internal use only.


ReceiptUid

Int64

On Insert: No

On Update: Yes


The receipt Uid is a unique and immutable identifier for a receipt

1152921504607571578

ReferenceId

String

On Insert: No

On Update: No


Reference id (used to affiliate PwsSaveReceipt records with associated PwsReceiptDetail records).


DocumentIdentity

PwsDocumentRef

On insertInsert: Yes

On Update: Yes


This is the identity of the receipt document


EntireExpenseReportFlag

Boolean

On Insert: No

On Update: No

true

If set to 'true', the receipt is attached to the entire expense report

false

ExpenseDocumentIdentity

PwsExpenseDocumentRef

On Insert: Yes

On Update: No


The expense document the receipt is attached to


Notes

String (4000)

On Insert: No

On Update: No


The receipt note is a free text field to be associated with the receipt


NotesClearFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', notes will be set to null

false

ReceiptCostCards

PwsReceiptCostCard

On Insert: Yes (if the receipt is attached to a cost card)

On Update: No


The cost card the receipt is attached to


NumberPages

Byte

On Insert: No

On Update: No


The number of pages in 8-bit type format


DocumentName

String (260)

On Insert: Yes

On Update: No


The receipt document name

01_Scan_2.jpeg

NumberPagesShort

Int16

On Insert: No

On Update: No


The number of pages in 16-bit type format


...