Skip to content

Action – GenerateNewGUID

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

AML Query

<!-- SOAP_ACTION = GenerateNewGUID -->
<Item />
<!-- SOAP_ACTION = GenerateNewGUIDEx -->
<Item quantity="{Used with GenerateNewGUIDEx to specify the quantity}" />

Example (Input):

<Item quantity="3" />

Example (Result):

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <Result>
      <ids>19EA6AB72B3949BA92885C38DEA76E05;3C3848CD22744F17B29405A919B4F403;A9FEF2B9A5014443A639685216DC867B</ids>
    </Result>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone this wiki locally