Difference between revisions of "API Method QueueUpdate"
From Updox API
(Created page with "A method to update a queued item on the Integration Queue. == Fields == Please refer to the [https://updoxqa.com/iodox/updox-iodox Interactive API] for a list of the fields...") |
(→Request) |
||
Line 16: | Line 16: | ||
"applicationId": "updox", | "applicationId": "updox", | ||
"applicationPassword": "password", | "applicationPassword": "password", | ||
− | "accountId": "100" | + | "accountId": "100" |
} | } | ||
} | } |
Revision as of 14:18, 10 August 2015
A method to update a queued item on the Integration Queue.
Contents |
Fields
Please refer to the Interactive API for a list of the fields for this method.
Sample Request and Response
Request
{ "messageId": "474030c0-a57e-4386-a377-c1eebfa7a084", "statusText": "processing complete", "markProcessed": "true", "auth": { "applicationId": "updox", "applicationPassword": "password", "accountId": "100" } }
Response
{ "successful": true, "responseMessage": "OK", "responseCode": 2000, "summary": { "messageId": "0c1ff21a-2598-4a36-8b00-2141cd0a3868", "messageType": "{MessageType}", "queuedDateTime": 1403714650000, "processAttemptCount": 1, "processed": true } }