Retrieves Job Pack invoices for a member
Retrieves a collection of Job Pack invoices associated with an authenticated member
| URL: | https://api.trademe.co.nz/v1/Jobs/Payments/Invoices/JobPacks.{file_format} |
|---|---|
| HTTP Method: | GET |
| Requires Authentication? | Yes |
| Permission Required: | MyTradeMeRead: Read your membership & listing data. |
| Supported Formats: | XML, JSON |
| Rate Limited? | Yes |
URL parameters
| file_format | Enumeration (required) | The format of the response. | ||||
|---|---|---|---|---|---|---|
|
||||||
Query String parameters
| filter | String (optional) |
Optional time based filter. Valid values are All, LastYear, LastSixMonths, LastThreeMonths, LastMonth. Default to LastYear |
|---|---|---|
| page | Integer (optional) |
The page number of the set of results to return, starting from 1. Defaults to 1. |
| rows | Integer (optional) |
The number of results per page. The maximum is 50. Defaults to 10. |
Returns
<JobPackInvoiceSummaryCollection>
A JobPackInvoiceSummaryCollection containing summary of Job Pack invoices
| TotalCount | Integer |
The total number of results in the collection. Can be larger than the number of returned results. |
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Page | Integer |
The index of the current page of results (starts at 1). |
|||||||||||||||||||||||||
| PageSize | Integer |
The number of results in the current page. |
|||||||||||||||||||||||||
| List | Collection of <JobPackInvoiceSummaryItem> or null |
A list of the results in the current page. |
|||||||||||||||||||||||||
|
|||||||||||||||||||||||||||