Forum Discussion
rakesh133
8 years agoOccasional Contributor
Apologies for not adding the JSON Response. Please see below the JSON Response array I am receiving for the service
[
{
"Type": "XXXX",
"Code": "XXXXX",
"ShortName": "ShortName",
"Name": "Long Name (Including Special Characters like ',-,\," etc)",
"Description": "Description of the Service Agreement (Including Special Characters like ',-,\," etc)"",
"DocumentManagementStoreUrl": null,
"IsActive": true,
"EffectiveDate": "2013-12-10T00:00:00",
"TerminationDate": null,
"WasCreatedInError": false,
"DataTimeStamp": "2018-04-30T08:42:45Z"
},
{
"Type": "XXXX",
"Code": "XXXXX",
"ShortName": "ShortName",
"Name": "Long Name (Including Special Characters like ',-,\," etc)",
"Description": "Description of the Service Agreement (Including Special Characters like ',-,\," etc)"",
"DocumentManagementStoreUrl": null,
"IsActive": true,
"EffectiveDate": "2013-12-10T00:00:00",
"TerminationDate": null,
"WasCreatedInError": false,
"DataTimeStamp": "2018-04-30T08:42:45Z"
},
{
.....
},
{
.....
},
]