ResourceManager


Click here for a complete list of operations.

FindResourceByCode

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/FindResourceByCode"

<?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>
    <FindResourceByCode xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts">
      <resourceCode>string</resourceCode>
      <organizationUnitId>short</organizationUnitId>
    </FindResourceByCode>
  </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>
    <FindResourceByCodeResponse xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts">
      <FindResourceByCodeResult xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.DataTypes">
        <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>
          <ResourceSeatingException>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ResourceCode>string</ResourceCode>
            <Row>string</Row>
            <Status>string</Status>
            <Block>string</Block>
            <SeatNo>int</SeatNo>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <SeatStatus>string</SeatStatus>
          </ResourceSeatingException>
          <ResourceSeatingException>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ResourceCode>string</ResourceCode>
            <Row>string</Row>
            <Status>string</Status>
            <Block>string</Block>
            <SeatNo>int</SeatNo>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <SeatStatus>string</SeatStatus>
          </ResourceSeatingException>
        </ResourceSeatingException>
        <ResourceSeatingDefinition>
          <ResourceSeatingDefinition>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ResourceCode>string</ResourceCode>
            <Row>string</Row>
            <ColumnStart>int</ColumnStart>
            <ColumnEnd>int</ColumnEnd>
            <SeatingClassCode>string</SeatingClassCode>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <SeatColor>string</SeatColor>
          </ResourceSeatingDefinition>
          <ResourceSeatingDefinition>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ResourceCode>string</ResourceCode>
            <Row>string</Row>
            <ColumnStart>int</ColumnStart>
            <ColumnEnd>int</ColumnEnd>
            <SeatingClassCode>string</SeatingClassCode>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <SeatColor>string</SeatColor>
          </ResourceSeatingDefinition>
        </ResourceSeatingDefinition>
        <RowCountValue>int</RowCountValue>
        <ColCountValue>int</ColCountValue>
      </FindResourceByCodeResult>
    </FindResourceByCodeResponse>
  </soap:Body>
</soap:Envelope>