Web Service Data Actions Contract

Hi all,

Can someone please confirm if the below can be given as an input to the web service API in the input contract? I'm unable to create an array within an object.

{
"items": [
{
"amount": "xxx",
"Id": "xxx",
"department": "xxxxx",
"description": "xxxxxxxxx",
"Category": "xxxxxx",
"meta": {
"number": "xxxxxx",
"code": "xxxx"
},
"type": "xxxxxxx"
}
],
"request":
{
"TransactionId": "xxxxxxx",
"location": "xxxx"
}
}

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.