查询单个回款对象详细信息
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": "PaymentObj",
"objectDataId": "5f3a3de57c604a00017dc5ee"
}
}'
响应示例响应示例
{
"traceId": "E-O.fktest188.1453-27b8194183334018",
"data": {
"payment_time": 1517328000000,
"account_id__r": "002测试",
"created_by__r": {
"picAddr": "",
"description": "",
"modifyTime": 1572827734134,
"post": "",
"createTime": 1523278036470,
"phone": "",
"name": "纷享销客超级管理员",
"nickname": "纷享销客超级管理员",
"tenantId": "590163",
"id": "1000",
"email": "fxiaoke@fxiaoke.com",
"status": 0
},
"order_data_id": "5eddcb5124c81d0001a4b0fd",
"details": {
"OrderPaymentObj": [
{
"tenantId": "590163",
"describeApiName": "OrderPaymentObj",
"orderBy": 10,
"recordType": "default__c",
"dataOwnDepartment": [],
"outOwner": [],
"name": "20200817-000017",
"owner": [
"FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8"
],
"createdBy": "FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8",
"lastModifiedBy": "-10000",
"id": "5f3a3de67c604a00017dc6af",
"deleted": false,
"createTime": 1597652454020,
"lastModifiedTime": 1597652454276,
"version": 2,
"containerDocument": {
"payment_time": 1517328000000,
"remark": "1111",
"is_deleted": false,
"attachment": [],
"payment_id": "5f3a3de57c604a00017dc5ee",
"order_id__relation_ids": "5eddcb5124c81d0001a4b0fd",
"payment_id__relation_ids": "5f3a3de57c604a00017dc5ee",
"owner": [
"FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8"
],
"lock_status": "0",
"last_modified_time": 1597652454276,
"create_time": 1597652454020,
"payment_term": "post",
"submit_time": 1597652453785,
"life_status": "normal",
"payment_amount": "1.00",
"last_modified_by": [
"-10000"
],
"version": "2",
"created_by": [
"FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8"
],
"record_type": "default__c",
"notification_time": 1516982400000,
"account_id": "5ed495e2ae2f920001955e55",
"account_id__relation_ids": "5ed495e2ae2f920001955e55",
"name": "20200817-000017",
"order_by": "10",
"_id": "5f3a3de67c604a00017dc6af",
"order_id": "5eddcb5124c81d0001a4b0fd"
}
}
],
"object_t1ci2__c": []
},
"lock_status": "0",
"create_time": 1597652453918,
"submit_time": 1597652453785,
"payment_amount": "1.00",
"version": "4",
"created_by": [
"FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8"
],
"relevant_team": [
{
"teamMemberEmployee": [
"FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8"
],
"teamMemberRole": "1",
"teamMemberRoleList": [
"1"
],
"teamMemberPermissionType": "2"
}
],
"name": "20200817-000023",
"_id": "5f3a3de57c604a00017dc5ee",
"order_id": "20200608-000077",
"remark": "002测aa试",
"available_amount": "0.00",
"is_deleted": false,
"attachment": [],
"owner__l": [
{
"id": "1000",
"tenantId": "590163",
"name": "纷享销客超级管理员",
"picAddr": "",
"email": "fxiaoke@fxiaoke.com",
"nickname": "纷享销客超级管理员",
"phone": "",
"description": "",
"status": 0,
"createTime": 1523278036470,
"modifyTime": 1572827734134,
"post": ""
}
],
"relevant_team__r": "纷享销客超级管理员",
"owner__r": {
"picAddr": "",
"description": "",
"modifyTime": 1572827734134,
"post": "",
"createTime": 1523278036470,
"phone": "",
"name": "纷享销客超级管理员",
"nickname": "纷享销客超级管理员",
"tenantId": "590163",
"id": "1000",
"email": "fxiaoke@fxiaoke.com",
"status": 0
},
"owner": [
"FSUID_DA4F6DE5640038B7DDB27908CC4ED1A8"
],
"amount": "1.00",
"last_modified_time": 1603875674209,
"payment_term": "post",
"life_status": "normal",
"last_modified_by__l": [
{
"id": "-10000",
"name": "系统"
}
],
"created_by__l": [
{
"id": "1000",
"tenantId": "590163",
"name": "纷享销客超级管理员",
"picAddr": "",
"email": "fxiaoke@fxiaoke.com",
"nickname": "纷享销客超级管理员",
"phone": "",
"description": "",
"status": 0,
"createTime": 1523278036470,
"modifyTime": 1572827734134,
"post": ""
}
],
"last_modified_by": [
"-10000"
],
"record_type": "default__c",
"last_modified_by__r": {
"name": "系统",
"id": "-10000"
},
"notification_time": 1516982400000,
"account_id": "5ed495e2ae2f920001955e55",
"account_id__relation_ids": "5ed495e2ae2f920001955e55"
},
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
请求参数
Body 参数application/json