Update multiple Identifier items
Update multiple Identifier items
- application/json
Request Body required
- list_items object[]
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
result object[]
link_id uuidUnique entity set by the server to bind some parameters with each other. By default return null value
success booleanextended_info stringPossible values: [
created
,updated
,deleted
,entity_not_found
,number_taken_by_another_identifier
,bound_time_profile_doesnt_exist
]Entity state information result
{
"result": [
{
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
"success": true,
"extended_info": "created"
}
]
}
Wrong JSON body
Log In
Administrator rights required
Loading...