Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-04-24 02:58 PM
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?
2019-04-24 03:08 PM
I recommend you to install the tool created by Jeff Letterman and most of your questions will be answered