I want to extract Primary RIC from PermID, for this I have written a JSON in API playground using Symbology API but due to small batch size of API playground I want to use POST request in Postman to extract the same.
Can you list out the ways to do it using Postman.
JSON I am using is as follows:
{
"from": [
{
"identifierTypes": [
"PermID"
],
"values": [
"5040100283"
]
}
],
"to": [
{
"identifierTypes": [
"RIC"
]
}
],
"reference": [
"name",
"status",
"classification"
],
"route": "FindPrimaryRic",
"type": "predefined"
}