ResourceManager


Click here for a complete list of operations.

FindResource

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /KMWare.ZMA.Admission.ResourceMgmt.Host/ResourceManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts/FindResourceCategory"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindResource xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts">
      <FindResourceRequest xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.DataTypes">
        <ISOLangId>string</ISOLangId>
        <OrderByField>string</OrderByField>
        <OrderType>string</OrderType>
        <PageNo>int</PageNo>
        <PageSize>int</PageSize>
        <FieldCriteria>
          <OrganizationUnitId>short</OrganizationUnitId>
          <ResourceCode>string</ResourceCode>
          <Description>string</Description>
          <ExpiryDate>dateTime</ExpiryDate>
        </FieldCriteria>
      </FindResourceRequest>
    </FindResource>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindResourceResponse xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts">
      <FindResourceResult xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.DataTypes">
        <SearchList>
          <Resource>
            <ResourceCode>string</ResourceCode>
            <ResourceType>string</ResourceType>
            <IsRentable>string</IsRentable>
            <IsSeatRequired>string</IsSeatRequired>
            <InvQty>int</InvQty>
            <Capacity>int</Capacity>
            <ResourceCategoryCode>string</ResourceCategoryCode>
            <Description>string</Description>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CustomField1>string</CustomField1>
            <CustomField2>string</CustomField2>
            <CustomField3>string</CustomField3>
            <UpdateId>string</UpdateId>
            <SortingSeatStructure>string</SortingSeatStructure>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <ResourceSeatingException xsi:nil="true" />
            <ResourceSeatingDefinition xsi:nil="true" />
            <RowCountValue>int</RowCountValue>
            <ColCountValue>int</ColCountValue>
          </Resource>
          <Resource>
            <ResourceCode>string</ResourceCode>
            <ResourceType>string</ResourceType>
            <IsRentable>string</IsRentable>
            <IsSeatRequired>string</IsSeatRequired>
            <InvQty>int</InvQty>
            <Capacity>int</Capacity>
            <ResourceCategoryCode>string</ResourceCategoryCode>
            <Description>string</Description>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CustomField1>string</CustomField1>
            <CustomField2>string</CustomField2>
            <CustomField3>string</CustomField3>
            <UpdateId>string</UpdateId>
            <SortingSeatStructure>string</SortingSeatStructure>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <ResourceSeatingException xsi:nil="true" />
            <ResourceSeatingDefinition xsi:nil="true" />
            <RowCountValue>int</RowCountValue>
            <ColCountValue>int</ColCountValue>
          </Resource>
        </SearchList>
        <SearchCount>int</SearchCount>
        <PageCount>int</PageCount>
      </FindResourceResult>
    </FindResourceResponse>
  </soap:Body>
</soap:Envelope>