Import BizCards (admin)
documentedAdmin bulk import of BizCards.
POST /admin/import/bizCardsデータインポートno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.sansan.com/v6.0/admin/import/bizCards" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
-d '{"exchangeDate": "{{$exchangeDate}}", "lastName": "{{$lastName}}", "firstName": "{{$firstName}}", "lastNameReading": "{{$lastNameReading}}", "firstNameReading": "{{$firstNameReading}}", "departmentName": "{{$departmentName}}", "title": "{{$title}}", "companyName": "{{$companyName}}", "countryCode": "{{$countryCode}}", "postalCode": "{{$postalCode}}", "prefecture": "{{$prefecture}}", "city": "{{$city}}", "street": "{{$street}}", "building": "{{$building}}", "email": "{{$email}}"}'"}