查询单个领料单对象详细信息
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": "${corpAccessToken}",
"corpId": "${corpId}",
"currentOpenUserId": "${currentOpenUserId}",
"data": {
"objectDataId": "604045190c122d0001617770",
"dataObjectApiName": "ReceiveMaterialBillObj"
}
}'
响应示例响应示例
{
"traceId": "E-O.fktest188.1453-95b12d7be81c4a9a",
"data": {
"employee_warehouse_id": "604043f596ec3c00019a4561",
"employee_warehouse_id__relation_ids": "604043f596ec3c00019a4561",
"is_deleted": false,
"created_by__r": {
"picAddr": "",
"description": "",
"dept": "1000",
"supervisorId": "1006",
"modifyTime": 1614758859389,
"post": "",
"createTime": 1587462141009,
"phone": "",
"name": "文本值",
"nickname": "文本值",
"tenantId": "590163",
"id": "1453",
"email": "",
"status": 0
},
"owner_department_id": "1000",
"owner__l": [
{
"id": "1453",
"tenantId": "590163",
"name": "文本值",
"picAddr": "",
"email": "",
"nickname": "文本值",
"supervisorId": "1006",
"phone": "",
"description": "",
"status": 0,
"createTime": 1587462141009,
"modifyTime": 1614758859389,
"dept": "1000",
"post": ""
}
],
"refund_amount": "0",
"owner_department": "董事会",
"relevant_team__r": "文本值",
"owner__r": {
"picAddr": "",
"description": "",
"dept": "1000",
"supervisorId": "1006",
"modifyTime": 1614758859389,
"post": "",
"createTime": 1587462141009,
"phone": "",
"name": "文本值",
"nickname": "文本值",
"tenantId": "590163",
"id": "1453",
"email": "",
"status": 0
},
"consume_amount": "0",
"owner": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"lock_status": "0",
"last_modified_time": 1614824841524,
"data_own_department__r": {
"deptName": "董事会",
"deptId": "1000",
"parentId": "999999",
"status": 0
},
"create_time": 1614824730006,
"life_status": "normal",
"last_modified_by__l": [
{
"id": "1453",
"tenantId": "590163",
"name": "文本值",
"picAddr": "",
"email": "",
"nickname": "文本值",
"supervisorId": "1006",
"phone": "",
"description": "",
"status": 0,
"createTime": 1587462141009,
"modifyTime": 1614758859389,
"dept": "1000",
"post": ""
}
],
"created_by__l": [
{
"id": "1453",
"tenantId": "590163",
"name": "文本值",
"picAddr": "",
"email": "",
"nickname": "文本值",
"supervisorId": "1006",
"phone": "",
"description": "",
"status": 0,
"createTime": 1587462141009,
"modifyTime": 1614758859389,
"dept": "1000",
"post": ""
}
],
"remain_amount": "0",
"last_modified_by": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"version": "14",
"created_by": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"record_type": "default__c",
"relevant_team": [
{
"teamMemberEmployee": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"teamMemberRole": "1",
"teamMemberRoleList": [
"1"
],
"teamMemberPermissionType": "2"
}
],
"last_modified_by__r": {
"picAddr": "",
"description": "",
"dept": "1000",
"supervisorId": "1006",
"modifyTime": 1614758859389,
"post": "",
"createTime": 1587462141009,
"phone": "",
"name": "文本值",
"nickname": "文本值",
"tenantId": "590163",
"id": "1453",
"email": "",
"status": 0
},
"receive_status": "1",
"employee_warehouse_id__r": "文本值个人库",
"data_own_department": [
"1000"
],
"name": "2021-03-0400003",
"_id": "604045190c122d0001617770",
"data_own_department__l": [
{
"parentId": "999999",
"deptId": "1000",
"deptName": "董事会",
"status": 0
}
],
"apply_amount": "0"
},
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
请求参数
Body 参数application/json