09-23-2022 07:57 AM
Hello Community,
I want to 9know how can I get below JSON response
{
“pvProjectID”: “2427827wj”,
“p6ActivityList”: [
{
“pvPprojectID”: “smhcvxsn,x”,
“pvActivityId”: “mxcxzvcb”,
“imo_Vorgangskategorie”: null,
“okz_Komponentenstruktur”: “01”,
“imo_Prozessnummer_Code”: “.Jnxbz1”,
“imo_ZugNummer”: “0m,xzn7”,
“imo_WagenNummer”: “Z”,
“activityName”: “xzb IT”,
“plannedFinishDate”: “2029-02-14T17:00:00.000”,
“blProjectFinish”: “2029-02-14T17:00:00.000”
},
{
“pvActivityId”: “FmzbxzcD”,
“imo_Vorgangskategorie”: null,
“okz_Komponentenstruktur”: “xzbvbzx1”,
“imo_Prozessnummer_Code”: “bxz0”,
“imo_ZugNummer”: “0z7”,
“imo_WagenNummer”: “Z”,
“activityName”: “cxcxzx g”,
“plannedFinishDate”: “2029-03-08T17:00:00.000”,
“blProjectFinish”: “2029-03-08T17:00:00.000”
}
],
“errorText”: “string”
}
Right now I managed to get response in below format
Can some one help me here
Solved! Go to Solution.
10-06-2022 06:42 AM
Apologies, the datatype is local datetime. That’s why.
I believe .toString()
will do the job
09-23-2022 08:11 AM
Hi @swatifunde,
It would be good if you add the structure of incoming data. It would be easier to help you.
Thanks,
Pero M.
09-26-2022 01:50 AM
thanks for your response, I don’t have access on source system to change response
09-26-2022 05:04 AM
Is there anyone who can help me with this ??
09-26-2022 05:17 AM
@swatifunde - I believe that @pmancevski was simply asking for you to paste the textual response you currently have so we can work towards the format you need. It makes coming up with the expressions easier if you don’t need to try to recreate the original structure.