Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


This web service can be used to retrieve an invoice. Note that this service will retrieve web invoices only, and cannot be used to create Management Portal invoices.

Request Format


PwsGetInvoice Request


Request Elements


Element

Data Type

Required?

Default

Description

RequestId

Int32

No


Click here for more information.

SessionTicket

String

Yes


Click here for more information.

IncludeAdjustmentHistoryFlag

Boolean

No

false

True to include adjustment history in invoice detail

IncludeFullAdjustmentHistoryFlag

Boolean

No

false

If IncludeAdjustmentHistoryFlag is set, true to include full card breakdown with each adjustment history record.

InvoiceIdentity

PwsInvoiceRef



This structure represents the unique key fields associated with identifying an invoice .


Request Usage Example(s)



Response Format


PwsGetInvoice Response


Response Elements


Element

Data Type

Description

Messages

PwsMessage[]

The web service response status and message. Click here for more information

ResponseId

Int32

Click here for more information

Status

RequestStatus

Click here for more information

ServerTimestampUtc

DateTime

Click here for more information.

Invoice

PwsInvoiceElement

The set of basic information about an invoice


Response Usage Example(s)


PwsGetInvoice - Common Errors and Warnings


ErrorNumber

ErrorCode

ErrorText

  • No labels