HTTP Request with Body Query
Posted: Tue Aug 03, 2021 7:55 pm
I am attempting to us the built in HTTP application to pull some variables but the query I need to run has code in the raw body portion. I have not been successful at finding how to add this to the built in fields available. Has anyone ran into this before?
Sample of the query:
POST /fmi/data/v1/databases/MoreData/layouts/MORE_LINE_ITEM_DATA/_find HTTP/1.1
Host: somewebsite.com
Authorization: Bearer 18cfbff76b81ec11ac6239041444fa618d2c89328ae0f3c6b6f0
Content-Type: application/json
Content-Length: 62
{
"query": [
{
"LI_Number": "931142"
}
]
}
Sample of the query:
POST /fmi/data/v1/databases/MoreData/layouts/MORE_LINE_ITEM_DATA/_find HTTP/1.1
Host: somewebsite.com
Authorization: Bearer 18cfbff76b81ec11ac6239041444fa618d2c89328ae0f3c6b6f0
Content-Type: application/json
Content-Length: 62
{
"query": [
{
"LI_Number": "931142"
}
]
}