Hi newbie here,
I’m trying to create a new GET request for one of our vendors, MRI. They provided me instruction sample below
:API: MRI_S-PMRM_RMRents
Sample
GET https://example.mrisoftware.com/mriapiservices/api.asp?%24api=MRI_S-PMRM_RMRents&PROPERTYID=TESTPP HTTP/1.1
Accept: application/xml
Host: example.mrisoftware.com
Authorization: Basic [snip]
HTTP/1.1 200 OK
Cache-Control: no-store,no-cache,private
Content-Type: application/xml
Expires: Wed, 01 May 1996 00:00:00 GMT
Server: Microsoft-IIS/7.5
Link: http://example.mrisoftware.com/mriapiservices/api.asp?$api=MRI_S-PMRM_RMRents&PROPERTYID=TESTPP&$top=300&$skip=301; rel=“next”
X-Powered-By: ASP.NET
Date: Tue, 03 May 2016 14:00:37 GMT
Connection: close
<mri_s-pmrm_rmrents NextPageLink=“https://example.mrisoftware.com/mriweb/mriapiservices/api.asp?$api=MRI_S-PMRM_RMRents&PROPERTYID=TESTPP&$top=300&$skip=301”>
1000001
TESTPP
001
2015-07-08T00:00:00.0000000
2050-07-07T00:00:00.0000000
N
10
10.00
8.00
Y
0
<mri_s-pmrm_rmrents>
I attached the screenshots I have for request on Postman, but it’s returning blank results. Can someone help me point out what I did wrong here? Thank you!