# Create a ABM provisioning request using device serial number Endpoint: POST /v2/seamless Version: 1.0.0 Security: apiKey ## Request fields (application/json): - `assigned_blueprint_id` (string) Example: "3e41fd18-d53d-4673-a10a-23089cbb6b73" - `group_id` (string) Example: "3e41fd18-d53d-4673-a10a-23089cbb6b73" - `seamless_info` (object) - `seamless_info.unique_ids` (string) Example: "3e41fd18-d53d-4673-a10a-23089cbb6b73,3e41fd18-d53d-4673-a10a-23089cbb6b73" - `seamless_info.unique_id_type` (integer) Example: 2 ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.id` (string) - `content.assigned_blueprint_id` (string) - `content.group_id` (string,null) - `content.unique_ids` (string) - `content.unique_id_type` (integer) - `content.tenant_id` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)