GET api/Receipt/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Receipt
NameDescriptionTypeAdditional information
Custom1

string

None.

Custom2

string

None.

Custom3

string

None.

Custom4

string

None.

Custom5

string

None.

Custom6

string

None.

Name

string

None.

Description

string

None.

InvoiceHtml

string

None.

BillTo

string

None.

ShipTo

string

None.

Id

string

None.

Email

string

None.

DatePaid

date

None.

DueDate

date

None.

InvoiceDate

date

None.

InvoiceNumber

string

None.

InvoiceTotal

decimal number

None.

Payments

Collection of ReceiptInvoicePayment

None.

Details

Collection of ReceiptInvoiceDetail

None.

Credits

decimal number

None.

Discounts

decimal number

None.

BalanceDue

decimal number

None.

ReceiptType

integer

None.

PaidThroughDate

date

None.

StatusReason

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.