Skip to content

Action – GetNextSequence

Eric Domke edited this page May 6, 2019 · 1 revision

Gets the next value of a sequence

AML Query

<!-- SOAP_ACTION = GetNextSequence -->
<Item><name>{Sequence name}</name></Item>

Example (Result)

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <ApplyItemResponse>
      <Result>ECO-000123</Result>
    </ApplyItemResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone this wiki locally