Skip to content

Creates blank passport

POST
/passports

Request Body

application/json
JSON
{
  
"templateId": "string"
}

Responses

application/json
JSON
{
  
"id": "string",
  
"organizationId": "string",
  
"environment": {
  
  
"assetAdministrationShells": [
  
  
  
"string"
  
  
],
  
  
"submodels": [
  
  
  
"string"
  
  
],
  
  
"conceptDescriptions": [
  
  
  
"string"
  
  
]
  
},
  
"createdAt": "string",
  
"updatedAt": "string",
  
"templateId": "string",
  
"uniqueProductIdentifierUuid": "string"
}

Playground

Body

Samples

Powered by VitePress OpenAPI