{
"vo": [
{
"id": "string",
"textType": "string",
"coverImage": "string",
"contentTxt": "string",
"excerptTxt": "string",
"author": "string",
"title": "string",
"source": "string",
"pageSize": 0,
"pageNo": 0
},
{
"id": "12345",
"textType": "article",
"coverImage": "https://example.com/image.jpg",
"contentTxt": "This is the full content text...",
"excerptTxt": "This is a short excerpt...",
"author": "John Doe",
"title": "Sample Article Title",
"source": "Example News",
"pageSize": 10,
"pageNo": 1
},
{
"id": "67890",
"textType": "blog",
"coverImage": "https://example.com/another-image.jpg",
"contentTxt": "Another content example...",
"excerptTxt": "Short description...",
"author": "Jane Smith",
"title": "Blog Post Example",
"source": "Personal Blog",
"pageSize": 20,
"pageNo": 2
}
]
}curl --location --request POST 'http://localhost:9000/map/newIbms/material/saveMaterial' \
--header 'Content-Type: application/json' \
--data-raw '{
"vo": [
{
"id": "string",
"textType": "string",
"coverImage": "string",
"contentTxt": "string",
"excerptTxt": "string",
"author": "string",
"title": "string",
"source": "string",
"pageSize": 0,
"pageNo": 0
},
{
"id": "12345",
"textType": "article",
"coverImage": "https://example.com/image.jpg",
"contentTxt": "This is the full content text...",
"excerptTxt": "This is a short excerpt...",
"author": "John Doe",
"title": "Sample Article Title",
"source": "Example News",
"pageSize": 10,
"pageNo": 1
},
{
"id": "67890",
"textType": "blog",
"coverImage": "https://example.com/another-image.jpg",
"contentTxt": "Another content example...",
"excerptTxt": "Short description...",
"author": "Jane Smith",
"title": "Blog Post Example",
"source": "Personal Blog",
"pageSize": 20,
"pageNo": 2
}
]
}'{}