查询单个出库单产品对象详细信息
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": "6037701363432500016f0199",
"dataObjectApiName": "OutboundDeliveryNoteProductObj"
}
}'
响应示例响应示例
{
"traceId": "E-O.fktest188.1453-be26675526f74c7a",
"data": {
"outbound_warehouse_id__r": "文本值",
"specs": "",
"outbound_warehouse_id__relation_ids": "60371c7dc6e16700017653b0",
"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
},
"product_id": "603467a9d1f6450001af97cc",
"owner_department_id": "1000",
"owner_department": "董事会",
"outbound_warehouse_id": "60371c7dc6e16700017653b0",
"lock_status": "0",
"data_own_department__r": {
"deptName": "董事会",
"deptId": "1000",
"parentId": "999999",
"status": 0
},
"create_time": 1614245907663,
"outbound_amount": "1.00",
"version": "3",
"created_by": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"unit": "米",
"data_own_department": [
"1000"
],
"name": "ODNP2021-02-25_0002",
"_id": "6037701363432500016f0199",
"data_own_department__l": [
{
"parentId": "999999",
"deptId": "1000",
"deptName": "董事会",
"status": 0
}
],
"stock_id__r": "SK2021-02-25_0001",
"outbound_delivery_note_id__r": "ODN2021-02-25_0002",
"outbound_delivery_note_id__relation_ids": "6037701363432500016f00ee",
"product_id__r": "测试1",
"product_id__relation_ids": "603467a9d1f6450001af97cc",
"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": 1614245994942,
"unit__r": "米",
"life_status": "normal",
"last_modified_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": ""
}
],
"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": [
"FSUID_CBF443F942C4ABE8A46BE859066A5CD1"
],
"stock_id": "60376b994760e00001f762a1",
"record_type": "default__c",
"last_modified_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
},
"outbound_delivery_note_id": "6037701363432500016f00ee",
"order_by": "10",
"unit__v": "11",
"available_stock": "0.00",
"stock_id__relation_ids": "60376b994760e00001f762a1"
},
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
请求参数
Body 参数application/json