{
"id": 1,
"companyName": "ABC Company",
"country": "美国",
"people": "张三",
"emailAddress": "contact@abc.com",
"telephone": "+1234567890",
"createDate": "string",
"keyWord": "string",
"selectState": "string",
"describeCompany": "string",
"userId": 0,
"job": "string",
"workExp": "string",
"educational": "string",
"links": "string",
"linkedUrl": "string",
"companyUrl": "string",
"companyLinkedUrl": "string",
"startDate": "string",
"region": "string",
"location": "string",
"phone": "string",
"email": "string",
"taskId": "string",
"isSend": 0,
"whatsappSend": 0,
"followSend": 0,
"executeDate": "string",
"followDate": "string",
"selectDate": "string",
"website": "string",
"imIsSend": 0,
"followImSend": "string",
"startIMDate": "string",
"followIMDate": "string",
"startIMTime": "string",
"companyPeople": "string",
"telephoneFormat": "string",
"phoneFormat": "string",
"type": 0,
"skills": "string",
"idList": "string",
"reason": 0,
"dealerDataId": 0,
"product": "string",
"projectName": "string",
"projectWebsite": "string",
"hsCode": "string",
"unlocks": 0,
"deep": 0,
"labels": "string",
"crm": 0,
"customs": 0,
"feedback": 0,
"finalRank": 0,
"score1": "string",
"score2": "string",
"count": 0
}
curl --location --request POST '/customs/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"companyName": "ABC Company",
"country": "美国",
"people": "张三",
"emailAddress": "contact@abc.com",
"telephone": "+1234567890",
"createDate": "string",
"keyWord": "string",
"selectState": "string",
"describeCompany": "string",
"userId": 0,
"job": "string",
"workExp": "string",
"educational": "string",
"links": "string",
"linkedUrl": "string",
"companyUrl": "string",
"companyLinkedUrl": "string",
"startDate": "string",
"region": "string",
"location": "string",
"phone": "string",
"email": "string",
"taskId": "string",
"isSend": 0,
"whatsappSend": 0,
"followSend": 0,
"executeDate": "string",
"followDate": "string",
"selectDate": "string",
"website": "string",
"imIsSend": 0,
"followImSend": "string",
"startIMDate": "string",
"followIMDate": "string",
"startIMTime": "string",
"companyPeople": "string",
"telephoneFormat": "string",
"phoneFormat": "string",
"type": 0,
"skills": "string",
"idList": "string",
"reason": 0,
"dealerDataId": 0,
"product": "string",
"projectName": "string",
"projectWebsite": "string",
"hsCode": "string",
"unlocks": 0,
"deep": 0,
"labels": "string",
"crm": 0,
"customs": 0,
"feedback": 0,
"finalRank": 0,
"score1": "string",
"score2": "string",
"count": 0
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": [
{
"id": 1,
"saveDealerId": 123,
"createDate": "2024-01-01",
"tradeDate": "2024-01-01",
"product": "电子产品",
"hsCode": "123456",
"sellerName": "ABC公司",
"sellerCountry": "中国",
"quantity": "100件",
"price": "$1000",
"buyerName": "XYZ公司",
"buyerCountry": "美国",
"buyerId": "buyer123",
"sellerId": "seller123"
}
],
"returnCode": 0,
"count": 0,
"isEmpty": true
}