Fiddler Tool Document
Fiddler Tool Document
Membership API service is designed from PMS Side which will accept the customer code,
encrypted User id of PMS menu and encrypted password of PMS menu as a request from
Third party and in response IDS will share the requested api information
Once the application is hosted in IIS then browse and click on API link , it will redirect to API
page copy the Api of the required as shown below
ex:
http://61.12.39.132:5001/Membership_API/API//MembershipData/ReadMemberPersonal?
memuid=PMEMS0011&memtyp=P
of local host and paste in Fiddler
Please follow the below steps in the Fiddler to get the output
Click on the Composer and select the Post from the list as shown below:
Copy the URL of the required API by passing the
ex:
http://61.12.39.132:5001/Membership_API/API//MembershipData/ReadMemberPersonal?
memuid=PMEMS0011&memtyp=P and paste in the space as shown below
Enter the text as Content-Type:application/json if we are passing the json format or
Content-Type: application/xml if we are passing the xml format in the space as shown below
Enter the required format in the Request body as shown below:
Enter the customer code , encrypted User id of PMS menu and encrypted password of PMS
menu as shown below
Json format:
{
"CSTCOD": "2779",
"USERID": "SURT",
"PASSWD": "TmV4dEAzMA=="
}
XML format:
<Validate_User >
<CSTCOD>5859</CSTCOD>
<USERID>SURT</USERID>
<PASSWD>TmV4dEAzMA==</PASSWD>
</Validate_User>
Click on Execute button to generate the result as shown below:
After clicking on execute the result link will be displayed in the left side space as shown
below:
Click on the link as shown above to view the result: