Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to create SDP variable based on nested JSON

Summary:

How to create an SDP variable based on nested JSON

Content (please ensure you mask any confidential information):

Hi Expert,

I have the JSON payload and I need to create an SDP variable based on the below payload where I need to use the serial number and TID from the below JSON payload

{
"items": [
{
"SerialNumber": "SP2023018020_NIU",
"assetDFF": {
"items": [
{
"TID": "S123F1"
}
],
"count": 1,
"hasMore": false,
"limit": 1,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://fa-exmy-dev1-saasfaprod1.fa.ocs.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/installedBaseAssets/100000042184818/child/assetDFF",
"name": "assetDFF",
"kind": "collection"
}
]
}
}
],
"count": 1,
"hasMore": true,
"limit": 1,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://fa-exmy-dev1-saasfaprod1.fa.ocs.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/installedBaseAssets",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!