{"keyAction":"IMPORT_SHARED_KEY","keyID":"4938205039594","sharingSession":{"sessionID":"533677a1c95bf11da052d7caead6e3bbf2e3609579966169fd","vehicleOEMUrl":"UrlToReachOutToVehicleOem"},"importRequest":"importRequest as per Table 11-10"}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST '/keyApi/v1/keySharingExchange' \
--header'x-requestId;' \
--header'x-device-oemId;' \
--header'Content-Type: application/json' \
--data-raw'{
"keyAction": "IMPORT_SHARED_KEY",
"keyID": "4938205039594",
"sharingSession": {
"sessionID": "533677a1c95bf11da052d7caead6e3bbf2e3609579966169fd",
"vehicleOEMUrl": "UrlToReachOutToVehicleOem"
},
"importRequest": "importRequest as per Table 11-10"
}'