RCustomerView
{
"code": 0,
"msg": "string",
"success": true,
"data": {
"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 |
|---|---|---|---|---|---|
| code | integer(int64) | false | none | none | |
| msg | string | false | none | none | |
| success | boolean | false | none | none | |
| data | CustomerView | false | none | none |