DeleteAllocationProfiles

Inputs

Name
Type
Description
MandatoryAvailable from version
BrickIdsGuid[]BrickIds for the allocation profiles to be deleted

Response(APIDeleteResponse) rows

NameTypeDescriptionAvailable from version
MessageString"OK" if objects where deleted, errormessage if something went wrong


XML request example
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <DeleteAllocationProfiles xmlns="http://tempuri.org/">
      <req>
        <Credentials>
          <UserName>yourusername</UserName>
          <Password>yourpassword</Password>
        </Credentials>
        <identify>youridentifier</identify>
        <BrickIds>
          <guid>525d8555-33e6-4ecd-a75a-de0c78cfd9bd</guid>
        </BrickIds>
      </req>
    </DeleteAllocationProfiles>
  </s:Body>
</s:Envelope>

Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved