查询单个退货单关联的产品对象详细信息
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": {
"dataObjectApiName": "ReturnedGoodsInvoiceProductObj",
"objectDataId": "5cf767a71ed4a6000111ce43"
}
}'
响应示例响应示例
{
"traceId": "E-O.fktest188.1453-179ab946141a43f7",
"data": {
"lock_rule": "default_lock_rule",
"returned_product_price": "0.00",
"returned_goods_inv_id__r": "20190605-000002",
"UDAttach1__c": [],
"extend_obj_data_id": "r_o_p_590163_5cf767a71ed4a6000111ce43",
"created_by__r": {
"picAddr": "",
"description": "",
"dept": "1523",
"modifyTime": 1597335697485,
"post": "",
"createTime": 1559271081900,
"phone": "",
"name": "徐超",
"nickname": "徐超",
"tenantId": "590163",
"id": "1006",
"email": "",
"status": 0
},
"UDImg1__c": [],
"product_id": "a25f0585148f40668eb25aa161dfe3ce",
"owner_department_id": "1000",
"owner_department": "董事会",
"returned_goods_inv_id__relation_ids": "5cf767a71ed4a6000111cca5",
"UDSText2__c": "03",
"returned_goods_inv_id": "5cf767a71ed4a6000111cca5",
"lock_status": "0",
"create_time": 1559717799830,
"UDCal1__c": "87.00",
"version": "13",
"created_by": [
"FSUID_0871DA62082216ECE103C16683E2FCDF"
],
"subtotal": "0.00",
"name": "20190605000000000007",
"UDSText1__c": "test011",
"_id": "5cf767a71ed4a6000111ce43",
"order_product_id": "5cf766af7d30a7000183e25c",
"order_product_id__relation_ids": "5cf766af7d30a7000183e25c",
"product_id__r": "CH4424-小智测试产品082401-更新1",
"product_id__relation_ids": "a25f0585148f40668eb25aa161dfe3ce",
"is_deleted": false,
"owner__l": [
{
"id": "1007",
"tenantId": "590163",
"name": "郑素兰",
"picAddr": "",
"email": "",
"nickname": "郑素兰",
"phone": "",
"description": "",
"status": 0,
"createTime": 1559530502800,
"modifyTime": 1573424747879,
"dept": "1000",
"post": ""
}
],
"UDMSel1__c": [],
"order_product_id__r": "000000000008",
"owner__r": {
"picAddr": "",
"description": "",
"dept": "1000",
"modifyTime": 1573424747879,
"post": "",
"createTime": 1559530502800,
"phone": "",
"name": "郑素兰",
"nickname": "郑素兰",
"tenantId": "590163",
"id": "1007",
"email": "",
"status": 0
},
"owner": [
"FSUID_59F52A7BA9AA9FA8BAA6E59677EE4742"
],
"quantity": "1.00",
"last_modified_time": 1575268663664,
"life_status": "normal",
"last_modified_by__l": [
{
"id": "1006",
"tenantId": "590163",
"name": "徐超",
"picAddr": "",
"email": "",
"nickname": "徐超",
"phone": "",
"description": "",
"status": 0,
"createTime": 1559271081900,
"modifyTime": 1597335697485,
"dept": "1523",
"post": ""
}
],
"created_by__l": [
{
"id": "1006",
"tenantId": "590163",
"name": "徐超",
"picAddr": "",
"email": "",
"nickname": "徐超",
"phone": "",
"description": "",
"status": 0,
"createTime": 1559271081900,
"modifyTime": 1597335697485,
"dept": "1523",
"post": ""
}
],
"last_modified_by": [
"FSUID_0871DA62082216ECE103C16683E2FCDF"
],
"record_type": "default__c",
"last_modified_by__r": {
"picAddr": "",
"description": "",
"dept": "1523",
"modifyTime": 1597335697485,
"post": "",
"createTime": 1559271081900,
"phone": "",
"name": "徐超",
"nickname": "徐超",
"tenantId": "590163",
"id": "1006",
"email": "",
"status": 0
},
"order_by": "10"
},
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
请求参数
Body 参数application/json