Higi REST API Documentation
PaymentTransactionSearch
returns a user from its higi id Report Bug
Method: POST
URI Template: https://rd0003fff0c221/HigiData.svc//PaymentTransactionSearch/
Request Format: Xml or Json
Request Example:
{"from_date":null,"kiosk_machine_code":null,"kiosk_serial_number":null,"organization_code":null,"service_provided":null,"to_date":null,"usage_type":null,"user_mobile_number":null}Response Format: Json
Response Example:
{
"id" : "f8lfHr8q706y1Me4OKMpPw",
"firstName" : "jane",
"lastName" : "doe",
"dateOfBirth" : "02/20/1990",
"email" : "hi@email.com",
"gender" : "f",
"higiScore" : 642.0,
"state" : "il",
"city" : "chicago",
"address" : "1234 main st",
"accountCreated" : "2012-05-16T11:27:43.4937787-05:00",
"termsHistory" : {
"_items" : [{
"termsAgreedDate" : "2012-05-16T11:27:43.4937787-05:00",
"termsFileName" : "en_USA_3_2010.txt"
}
]
},
"terms" : {
"termsAgreedDate" : "2012-05-16T11:27:43.4937787-05:00",
"termsFileName" : "en_USA_3_2010.txt"
},
"OAuthAccounts" : {
"Facebook" : {
"id" : "fb12345"
}
}
}