CustomerUpdateCmd
{
"customerName": "Acme Corp",
"customerCode": "string",
"customerStatus": "ACTIVE",
"companyCode": "UT",
"yardIds": "[\"YARD-01\", \"YARD-02\"]",
"mainContact": "Jane Smith",
"mainEmail": "jane.smith@example.com",
"altContact": "Bob Lee",
"altEmail": "bob.lee@example.com"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| customerName | string | true | none | Customer name. Not pure digits, max 150 characters | |
| customerCode | string | false | none | Customer code | |
| customerStatus | string | true | none | Customer status, allowed values: ACTIVE, INACTIVE, EXCEPTION | |
| companyCode | string | true | none | Company code, allowed values: UT,UF,CUBEWORK | |
| yardIds | [string] | false | none | List of yard identifiers | |
| 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 |
Enum Values
| Property | Value |
|---|---|
| customerStatus | ACTIVE |
| customerStatus | INACTIVE |
| customerStatus | EXCEPTION |
| companyCode | UT |
| companyCode | UF |
| companyCode | CUBEWORK |