查询单个客户地址对象详细信息
POST
https://open.fxiaoke.com/cgi/crm/v2/data/get
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.fxiaoke.com/cgi/crm/v2/data/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpAccessToken": "string",
"corpId": "string",
"currentOpenUserId": "string",
"data": {
"dataObjectApiName": "string",
"objectDataId": "string"
}
}'
响应示例响应示例
{
"traceId": "E-O.fktest188.1453-6b5a3ae6cbcb4ad7",
"data": {
"lock_rule": "default_lock_rule",
"account_id__r": "文本值",
"created_by__r": {
"picAddr": "",
"description": "",
"dept": "1000",
"supervisorId": "1006",
"modifyTime": 1591759818876,
"post": "",
"createTime": 1587462141009,
"phone": "",
"name": "蒋小川1",
"nickname": "蒋小川1",
"tenantId": "590163",
"id": "1453",
"email": "",
"status": 0
},
"owner_department_id": "1000",
"owner_department": "董事会",
"lock_status": "1",
"data_own_department__r": {
"deptName": "董事会",
"deptId": "1000",
"parentId": "999999",
"status": 0
},
"create_time": 1612450501975,
"lock_user__l": [
{
"id": "-10000",
"name": "系统"
}
],
"version": "2",
"created_by": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"data_own_department": [
"1000"
],
"lock_user__r": {
"name": "系统",
"id": "-10000"
},
"is_default_add": true,
"name": "Addr.2021-02-04_000251",
"is_ship_to_add": true,
"_id": "601c0ac554fa2100014bd050",
"data_own_department__l": [
{
"parentId": "999999",
"deptId": "1000",
"deptName": "董事会",
"status": 0
}
],
"lock_user": [
"-10000"
],
"add_type": "1",
"is_deleted": false,
"owner__l": [
{
"id": "1453",
"tenantId": "590163",
"name": "蒋小川1",
"picAddr": "",
"email": "",
"nickname": "蒋小川1",
"supervisorId": "1006",
"phone": "",
"description": "",
"status": 0,
"createTime": 1587462141009,
"modifyTime": 1591759818876,
"dept": "1000",
"post": ""
}
],
"owner__r": {
"picAddr": "",
"description": "",
"dept": "1000",
"supervisorId": "1006",
"modifyTime": 1591759818876,
"post": "",
"createTime": 1587462141009,
"phone": "",
"name": "蒋小川1",
"nickname": "蒋小川1",
"tenantId": "590163",
"id": "1453",
"email": "",
"status": 0
},
"owner": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"last_modified_time": 1612450502646,
"life_status": "normal",
"last_modified_by__l": [
{
"id": "-10000",
"name": "系统"
}
],
"created_by__l": [
{
"id": "1453",
"tenantId": "590163",
"name": "蒋小川1",
"picAddr": "",
"email": "",
"nickname": "蒋小川1",
"supervisorId": "1006",
"phone": "",
"description": "",
"status": 0,
"createTime": 1587462141009,
"modifyTime": 1591759818876,
"dept": "1000",
"post": ""
}
],
"last_modified_by": [
"-10000"
],
"record_type": "default__c",
"last_modified_by__r": {
"name": "系统",
"id": "-10000"
},
"account_id": "601c0ac554fa2100014bcf22",
"account_id__relation_ids": "601c0ac554fa2100014bcf22"
},
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
请求参数
Body 参数application/json