added customerprofileId to device response
This commit is contained in:
parent
baee1e8622
commit
007cf4bdef
@ -3930,6 +3930,7 @@ paths:
|
|||||||
"devices":
|
"devices":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
"customerProfileId": 1,
|
||||||
"deviceId": "0f0981bf-6d60-4b06-bc55-de1ba325f366",
|
"deviceId": "0f0981bf-6d60-4b06-bc55-de1ba325f366",
|
||||||
"externalDeviceId": "dee7d80e-9288-4508-a3ed-c067e619179f",
|
"externalDeviceId": "dee7d80e-9288-4508-a3ed-c067e619179f",
|
||||||
"alias": "My iPhone 13"
|
"alias": "My iPhone 13"
|
||||||
@ -3942,11 +3943,13 @@ paths:
|
|||||||
"devices":
|
"devices":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
"customerProfileId": 1,
|
||||||
"deviceId": "5bedce29-af0c-4f3c-b182-2caa8a1f9377",
|
"deviceId": "5bedce29-af0c-4f3c-b182-2caa8a1f9377",
|
||||||
"externalDeviceId": "c5545584-04af-4c60-a955-d6a70baab848",
|
"externalDeviceId": "c5545584-04af-4c60-a955-d6a70baab848",
|
||||||
"alias": "iPhone prive",
|
"alias": "iPhone prive",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customerProfileId": 1,
|
||||||
"deviceId": "d7683e89-b2ad-4e79-85b3-dbb42aad0325",
|
"deviceId": "d7683e89-b2ad-4e79-85b3-dbb42aad0325",
|
||||||
"externalDeviceId": "7122a988-a00a-417d-a5b4-da2d91354976",
|
"externalDeviceId": "7122a988-a00a-417d-a5b4-da2d91354976",
|
||||||
"alias": "iPhone zakelijk",
|
"alias": "iPhone zakelijk",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user