Action – GetNextSequence - erdomke/Innovator.Client GitHub Wiki
Gets the next value of a sequence
<!-- SOAP_ACTION = GetNextSequence -->
<Item><name>{Sequence name}</name></Item>
<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>