NOTICE: This resource is not implemented yet. Common attributes:
Distribution API specific attributes:
Submission API specific attributes:
Data ExamplesJSON { "offer_id": "", "location": {Location}, "registered_at": "", "customer_id": "", "account_id": "", "distributor": {Distributor} } XML <checkin> <offer_id></ offer_id> <registered_at></ registered_at> <customer_id></ customer_id> <account_id></ account_id></checkin> ActionsRegister CheckinPOST /checkins Request {
"checkin": {
"offer_id": "", "location": { "lat": "", "lng": "" }, "registered_at": "", "customer_id": "", "account_id": "" }
} Response HTTP/1.1 200 OK
{
"status": "OK"
} XML Request <?xml version="1.0" encoding="UTF-8"?> <checkin> <offer_id></ offer_id > <location> <lat></lat> <lng></lng> </ location > <registered_at></ registered_at > <customer_id></ customer_id > <account_id></ account_id > </checkin> Response HTTP/1.1 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>OK</status>
</response> |
8 API Reference > Resources >