ResourceManager
Click here for a complete list of operations.
FindResourcePOSByCode
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/FindResourcePOSByCode"
<?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>
<FindResourcePOSByCode xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts">
<organizationUnitId>short</organizationUnitId>
<attractionCode>string</attractionCode>
<scheduleDate>dateTime</scheduleDate>
<scheduleTime>string</scheduleTime>
<moduleCode>string</moduleCode>
<groupSalesTransactionId>string</groupSalesTransactionId>
</FindResourcePOSByCode>
</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>
<FindResourcePOSByCodeResponse xmlns="http://KMWare.ZMA.Admission.ResourceMgmt.ServiceContracts">
<FindResourcePOSByCodeResult 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>
</FindResourcePOSByCodeResult>
</FindResourcePOSByCodeResponse>
</soap:Body>
</soap:Envelope>