-
Notifications
You must be signed in to change notification settings - Fork 16
Action – GetNextSequence
Eric Domke edited this page May 6, 2019
·
1 revision
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>