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 delete a web invoice. An invoice cand be deleted if it is not issued, has been approved, and user has permission to delete it.


Note that this service will delete web invoices only, and cannot be used to delete Management Portal invoices.

Request Format


PwsDeleteInvoice 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.

InvoiceIdentity

PwsInvoiceRef

Yes


Identity of invoice to be deleted.

InvoiceTimestamp

String

No


A projector lock set id is an identifier for a group of one or more locks held as a unit.

LocksToSteal

PwsEntityLockSummary

No


This is an optimistic locking timestamp for the invoice to be deleted. If specified, must match the current invoice timestamp.

ProjectorLockSetId

Int32

No


If stealing existing locks, specify lock holders from PwsFault response.


Request Usage Example(s)



Response Format


PwsDeleteInvoice 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.

StolenLocks

PwsEntityLockSummary

The locks that were stolen to execute the deletion


Response Usage Example(s)


PwsDeleteInvoice - Common Errors and Warnings


ErrorNumber

ErrorCode

ErrorText

  • No labels