Template:AOTGResponseStatus: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
__NOTOC__
<br/>
 
'''Here are the 4 response body of the process status.'''
'''4 possible responses from process status.'''
======InQueue status======
*'''InQueue''' status Indicates that the requests to AOTG Server is waiting to be processed.
*Usually this happen when many requests are called to AOTG Web API in within a loopsecond.
*:Tips: Make sure the request in the loop has a pause time, or use 'batch' method to process multiple records in single request.
*:or use 'batch' method to process multiple records in single request if applicable.
 
<span style="color:#336600;">"RequestId"</span>: <span style="color:#cc0000;">{{{1}}}</span>,
<span style="color:#336600;">"Status"</span>: <span style="color:#cc0000;">"InQueue"</span>