The GetPrePaymentRequests function returns all prePaymentRequest records for the specified parameters.
Method | /GetPrePaymentRequests |
The request body is of type GetPrePaymentRequests.
Name | Description | Data Type |
---|---|---|
filter | PrePaymentRequestsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetPrePaymentRequestsResponse.
Name | Description | Data Type |
---|---|---|
GetPrePaymentRequestsResult | ArrayOfViewPrePaymentRequestInfo |
|