DynamicFieldValueCreateCmd
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"shortValue": "string",
"longValue": "string",
"value": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| entityId | string | true | none | Entity ID | |
| entityType | string | true | none | Entity type | |
| fieldCode | string | true | none | Field code | |
| shortValue | string | false | none | Short value (for STRING, NUMBER, DATE, BOOLEAN) | |
| longValue | string | false | none | Long value (for TEXT) | |
| value | string | false | none | none |
Enum Values
| Property | Value |
|---|---|
| entityType | RECEIPT |
| entityType | ORDER |
| entityType | LOAD |
| entityType | LOCATION |