{
"customerId": 473342777218304,
"salesId": 473315053923968
}
curl --location --request POST '/api/v3/opportunity/get' \
--header 'appId: {{appId}}' \
--header 'appId;' \
--header 'timestamp: {{timestamp}}' \
--header 'timestamp;' \
--header 'sign: {{sign}}' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 473342777218304,
"salesId": 473315053923968
}'
{
"code": 0,
"message": "success",
"data": [
{
"id": 473459652067584,
"name": "asdf2",
"gmtCreateTime": "2022-04-29 17:04:30",
"creator": {
"salesId": 363062119469760,
"name": "admin"
},
"expectedDealAmount": 11,
"expectedDealTime": "2022-04-30 00:00:00",
"stage": {
"id": 441925752494272,
"name": "报价阶段",
"rank": 0,
"index": 1,
"turnIntoAt": "2022-04-29 17:04:30",
"deleted": false
},
"totalStages": 5,
"possibility": 21
}
]
}