multiTagCreateResponse
Response containing data about the created tags
XML
Elements
name (type) |
min/max occurs |
description |
created ((anonymous))
|
0/1 |
Map of created tags. Keys are the IDs (from the request), values are objects containing tag data
|
tags (tag)
|
0/unbounded |
Tag data of the created tags
|
JSON
property |
type |
description |
created |
created ((anonymous))
|
Map of created tags. Keys are the IDs (from the request), values are objects containing tag data
|
tags |
array of tags (tag)
|
Tag data of the created tags
|