API Docs
YMS API
Data Models
Customer
Customer View

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

NameTypeRequiredConstraintsChinese NameDescription
customerIdstringfalsenoneCustomer identifier
customerNamestringfalsenoneCustomer name
customerCodestringfalsenoneCustomer code
customerStatusstringfalsenoneCustomer status
companyCodestringfalsenoneCompany code
yardIds[string]falsenoneList of yard identifiers
yardNames[string]falsenoneList of yard names
mainContactstringfalsenonePrimary contact person
mainEmailstringfalsenonePrimary contact email
altContactstringfalsenoneSecondary contact person
altEmailstringfalsenoneSecondary contact email
createdTimestringfalsenoneCreated time
createdBystringfalsenoneCreator user
updatedTimestringfalsenoneLast updated time
updatedBystringfalsenoneLast editor user

Enum Values

PropertyValue
customerStatusACTIVE
customerStatusINACTIVE
customerStatusEXCEPTION
companyCodeUT
companyCodeUF
companyCodeCUBEWORK