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"
}
}