1.7

Table Of Contents
"value": "1"
},
{
"name": "ItemTotal",
"value": "495.00"
}
]
}
]
}
]
JSON Content Item Identifier List
Describes a list of content item/data record entity identifier pairs (as name/value pairs) for a
specific content set entity.
The structure consists of an object with the following name/value pairs:
l identifiers - the data entity identifier pairs, consisting of an array of objects each with
the following name/value pairs:
l item - the content item entity identifier (type of number)
l record - the data record entity identifier (type of number)
Example:
{
"identifiers": [
{
"item": 12345,
"record": 54321
},
{
"item": 23456,
"record": 65432
},
{
"item": 34567,
"record": 76543
}
]
}
Page 45