B2C service Rest API
Summary
complex rest APIContent
Hi,
I am using B2C service Rest API in VBCS, when i try to set fields from end point structure i did not get the column and rows data. is any one know how to show above column and rows in a table kindly share the details.
Thanks
Chakravarthy.
Code Snippet
{
"items": [
{
"tableName": "incidents",
"count": 10,
"columnNames": [
"id",
"subject"
],
"rows": [
[
"1",
"How do I access my voicemail outside of my home calling area?"
],
[
"2",
"Power surge recovery"
],
[
"3",
"The wrong phones were shipped to my office"
]
]
}
]
}
Tagged:
0