CustomerView
{
"customerId": "string",
"customerName": "Acme Corp",
"customerCode": "string",
"customerStatus": "ACTIVE",
"companyCode": "UT",
"yardIds": "[\"YARD-01\", \"YARD-02\"]",
"yardNames": "[\"Yard A\", \"Yard B\"]",
"mainContact": "Jane Smith",
"mainEmail": "jane.smith@example.com",
"altContact": "Bob Lee",
"altEmail": "bob.lee@example.com",
"createdTime": "2025-01-20T10:15:30",
"createdBy": "admin",
"updatedTime": "2025-01-22T09:00:00",
"updatedBy": "ops_user"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| customerId | string | false | none | Customer identifier | |
| customerName | string | false | none | Customer name | |
| customerCode | string | false | none | Customer code | |
| customerStatus | string | false | none | Customer status | |
| companyCode | string | false | none | Company code | |
| yardIds | [string] | false | none | List of yard identifiers | |
| yardNames | [string] | false | none | List of yard names | |
| mainContact | string | false | none | Primary contact person | |
| mainEmail | string | false | none | Primary contact email | |
| altContact | string | false | none | Secondary contact person | |
| altEmail | string | false | none | Secondary contact email | |
| createdTime | string | false | none | Created time | |
| createdBy | string | false | none | Creator user | |
| updatedTime | string | false | none | Last updated time | |
| updatedBy | string | false | none | Last editor user |
Enum Values
| Property | Value |
|---|---|
| customerStatus | ACTIVE |
| customerStatus | INACTIVE |
| customerStatus | EXCEPTION |
| companyCode | UT |
| companyCode | UF |
| companyCode | CUBEWORK |