CustomerQuery
{
"currentPage": 0,
"pageSize": 0,
"sortingFields": [
{
"field": "string",
"orderBy": "NONE"
}
],
"customerId": "string",
"customerIds": [
"string"
],
"customerNames": [
"string"
],
"customerName": "string",
"customerCode": "string",
"companyCode": "UT,UF,CUBEWORK",
"customerStatus": "ACTIVE",
"yardId": "YARD-01"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| currentPage | integer | false | none | none | |
| pageSize | integer | false | none | none | |
| sortingFields | [SortingField] | false | none | none | |
| customerId | string | false | none | Customer identifier | |
| customerIds | [string] | false | none | List of customer identifiers for inclusion match | |
| customerNames | [string] | false | none | none | |
| customerName | string | false | none | Customer name | |
| customerCode | string | false | none | Customer code | |
| companyCode | string | false | none | Company code | |
| customerStatus | string | false | none | Customer status | |
| yardId | string | false | none | Yard ID for inclusion match against yardIds array |
Enum Values
| Property | Value |
|---|---|
| customerStatus | ACTIVE |
| customerStatus | INACTIVE |
| customerStatus | EXCEPTION |