Parvathy,
Please try attached prject, import it (http://doc.snaplogic.com/import-and-export-projects) and create an ultra task for UltraAsAPI pipeline. To test it you can use your fav REST API testing tool like PostMan
To test you’ll need bearer token generated by platform when you created this task (http://doc.snaplogic.com/ultra-tasks)
HTTP header for all requests
Authorization = bearer token
GET = https://demo-fm.snaplogic.io/api/1/rest/feed-master/queue/ConnectFasterInc/BK/UltraAsAPI/UltraAsAPI%20Task/Orders?Id=100047
DELETE = https://demo-fm.snaplogic.io/api/1/rest/feed-master/queue/ConnectFasterInc/BK/UltraAsAPI/UltraAsAPI%20Task/Orders?Id=100047
POST = https://demo-fm.snaplogic.io/api/1/rest/feed-master/queue/ConnectFasterInc/BK/UltraAsAPI/UltraAsAPI%20Task/Orders
{
“PropertyId”: “BK100047”,
“LoanNumber”: “1005677547”,
“OrderDate”: “2017-05-05T11:09:21.638 UTC”,
“DueDate”: “”,
“Address”: “123 sw 25 st”,
“City”: “CArmel”,
“State”: “FL”,
“Zip”: “33166”,
“Status”: “2”,
“OccStatus”: “Secure”,
“Company”: “ABC Company”,
“AgentFirstName”: “Peter”,
“AgentLastName”: “Smith”,
“AgentEmail”: “joe@aol.com”,
“AgentCell”: “305-444-3322”,
“AgentPhone”: “305-444-3322”,
“AgentAddress”: “456 nw 45 ave”,
“AgentCity”: “Miami”,
“AgentState”: “FL”,
“AgentZip”: “33027”,
“AgentManager”: “Joe Wise”,
“LockBox”: “123abc”,
“Id”: 100047
}
PUT = https://demo-fm.snaplogic.io/api/1/rest/feed-master/queue/ConnectFasterInc/BK/UltraAsAPI/UltraAsAPI%20Task/Orders
{
“PropertyId”: “BK100047”,
“LoanNumber”: “1005677547”,
“OrderDate”: “2017-05-05T11:09:21.638 UTC”,
“DueDate”: “”,
“Address”: “123 sw 25 st”,
“City”: “CArmel”,
“State”: “FL”,
“Zip”: “33166”,
“Status”: “2”,
“OccStatus”: “Secure”,
“Company”: “ABC Company”,
“AgentFirstName”: “Peter”,
“AgentLastName”: “Smith”,
“AgentEmail”: “joe@aol.com”,
“AgentCell”: “305-444-3322”,
“AgentPhone”: “305-444-3322”,
“AgentAddress”: “456 nw 45 ave”,
“AgentCity”: “Miami”,
“AgentState”: “FL”,
“AgentZip”: “33027”,
“AgentManager”: “Joe Wise”,
“LockBox”: “123abc”,
“Id”: 100047
}
BK-UltraAsAPI.zip (8.1 KB)