<?xml version="1.0" encoding="UTF-8"?> <response> <status>ok</status> <count> <success>1</success> <failure>0</failure> </count> <errors/> <result>ok</result> </response>Successful Response [JSON]
{"status":"ok","count":{"success":1,"failure":0},"errors":[],"result":["Assigned to KJM (KJM)."]} curl -d "status[TRANSACTION_ID]=R" \
-d "agent[TRANSACTION_ID]=joe@company.com" \
-d "note[TRANSACTION_ID]=Testing" \
-H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.kount.net/rpc/v1/orders/status.jsonPOST (batch)curl -d "status[TRANSACTION_ID]=R" \
-d "agent[TRANSACTION_ID]=joe@company.com" \
-d "note[TRANSACTION_ID]=Testing" \
-d "status[TRANSACTION_ID]=E" \
-d "agent[TRANSACTION_ID]=bob@company.com" \
-H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
https://api.kount.net/rpc/v1/orders/status.json