SapccApiGetUserOrderInvoicesRequest
Request parameters for getUserOrderInvoices operation in SapccApi. SapccApiGetUserOrderInvoicesRequest
interface SapccApiGetUserOrderInvoicesRequest {
readonly baseSiteId: string;
readonly code: string;
readonly currentPage?: number;
readonly fields?: string;
readonly pageSize?: number;
readonly sort?: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetUserOrderInvoices |
code | Required | string | Order Code {string} SapccApiGetUserOrderInvoices |
currentPage | Optional | number | The current result page requested. {number} SapccApiGetUserOrderInvoices |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetUserOrderInvoices |
pageSize | Optional | number | The number of results returned per page. {number} SapccApiGetUserOrderInvoices |
sort | Optional | string | Sorting method applied to the return results. {string} SapccApiGetUserOrderInvoices |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetUserOrderInvoices |