GetInventoryStatus response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a GetInventoryStatus response message.
<GetInventoryStatusResponseMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Status>Processing</Status>
<ErrorCount>4</ErrorCount>
<PendingChanges>20</PendingChanges>
</Response>
</GetInventoryStatusResponseMessage>
Request parameters: Response section
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Status>Processing</Status>
<ErrorCount>4</ErrorCount>
<PendingChanges>20</PendingChanges>
</Response>
|
Parameter |
Description |
|---|---|
|
Status |
Returns the current status of the reprocessing action: Processing, Reprocessing, or Finalizing. |
|
ErrorCount |
Returns the number of current event errors that exist in the system. |
|
PendingChanges |
Returns the number of pending event changes that exist in the system. |