Yms apiData modelsCustomer
Customer Create CMD
CustomerCreateCmd
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 |