Difference between revisions of "API Method QueueUpdate"
From Updox API
(→Request) |
|||
Line 1: | Line 1: | ||
− | A method to update a queued item on the Integration Queue. | + | A method to update a queued item on the Integration Queue. Setting the <code>markProcessed</code> value to true will remove the item from the Integration Queue. |
== Fields == | == Fields == |
Latest revision as of 14:19, 10 August 2015
A method to update a queued item on the Integration Queue. Setting the markProcessed
value to true will remove the item from 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 } }