Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Parse as $body to Create the Record by using RestAPI

AbhishekRai
Collaborator III

Hello Everyone,

 

How to Parse below snippet as $body to create the record in Archer?

 

'{$content = @{ Content = @{
LevelId = 37
FieldContents = @{
"531" = @{
Type = 1
Tag = "Name (First)"
Value = "Pooja"
FieldId = 531
}
"543" = @{
Type = 1
Tag = "Name (Last)"
Value = "Shetty"
FieldId = 543
}
}
}
}
}'

 

How will I use this content in Rest API to create the record?

1 REPLY 1

Ilya_Khen
Champion III

I recommend you to install the tool created by Jeff Letterman and most of your questions will be answered

https://community.rsa.com/docs/DOC-81721