Hi Vikas,
Thanks again for your revert… as we aware cosmos DB will store data in Document structure
. here is the one same data
Example 1:
{
“id”: “ced4b3b6-f55d-11ed-a05b-0242ac120003”,
“OrganisationName”: “Airobot Dynamics Ltd”,
“OrganisationWebsiteURL”: https://airobot-dynamics.com/,
“ContactEmail”: anilkumar@anxxxaconxxxxx.com,
“MobileNumber”: “+44123478490”,
“Location”: [
{
“CountryName”: “United Kingdom”,
“CountryISO”: “Uk”,
“CityName”: “HighWycombe”,
“PostCode”: “HP123RQ”
},
{
“CountryName”: “Scotland”,
“CountryISO”: “GB-SCT”,
“CityName”: “8 Tweedvale Mills East”,
“PostCode”: “EH43 6AB”
}
],
“CreatedDateTime”: “2023-05-18T12:34:56Z”,
“LastModifiedDateTime”: “2023-05-18T13:45:30Z”,
“UpdatedbyUserId”: raghuveeri@anyaconsultancy.com,
“LastModifiedbyUserId”: “”,
“IsTrashed”: false
}
this above data will be available in some ABC Container . Now i need Update the above date using…
Update can be total data or it can be single field.
#webMethods-io-Integration#webMethods-cloud#webMethods