Service


Click here for a complete list of operations.

GetBillOnlyItem

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.

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 /Service.asmx HTTP/1.1
Host: secure.seabright.app
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://Seabrightservices/GetBillOnlyItem"

<?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>
    <GetBillOnlyItem xmlns="http://Seabrightservices/" />
  </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>
    <GetBillOnlyItemResponse xmlns="http://Seabrightservices/">
      <GetBillOnlyItemResult>
        <BillOnlyItem>
          <BillOnlyItemId>int</BillOnlyItemId>
          <BillOnlyId>int</BillOnlyId>
          <ItemId>int</ItemId>
          <SupplierItem>string</SupplierItem>
          <HospitalItem>string</HospitalItem>
          <ItemDescription>string</ItemDescription>
          <hospitalId>string</hospitalId>
          <ItemSerialNo>string</ItemSerialNo>
          <UOM>string</UOM>
          <UnitPrice>decimal</UnitPrice>
          <Qty>decimal</Qty>
          <ContractNo>string</ContractNo>
          <HospitalContactNo>string</HospitalContactNo>
          <ExtendedAmount>decimal</ExtendedAmount>
          <TaxAmount>decimal</TaxAmount>
          <TotalAmount>decimal</TotalAmount>
          <SupplierComment>string</SupplierComment>
          <IsDeleted>boolean</IsDeleted>
          <DeletedDate>dateTime</DeletedDate>
          <DeletedByUserId>int</DeletedByUserId>
          <CreatedDate>dateTime</CreatedDate>
          <CreatedByUserId>int</CreatedByUserId>
          <Item>
            <ItemId>int</ItemId>
            <Name>string</Name>
            <ItemType>string</ItemType>
            <Description>string</Description>
            <ItemNumber>string</ItemNumber>
            <ItemSerialNumber>string</ItemSerialNumber>
            <LotNumber>string</LotNumber>
            <Price>decimal</Price>
            <UOM>string</UOM>
            <ExtendedPrice>decimal</ExtendedPrice>
            <CreatedDate>dateTime</CreatedDate>
            <CreatedByUserId>int</CreatedByUserId>
            <IsDeleted>boolean</IsDeleted>
            <DeletedByUserId>int</DeletedByUserId>
            <DeletedDate>dateTime</DeletedDate>
            <Message>string</Message>
          </Item>
          <Message>string</Message>
          <SHSComment>string</SHSComment>
          <Lot>string</Lot>
          <Serial>string</Serial>
          <ExpDate>string</ExpDate>
          <ConstructItems>
            <SeabrightConstructItem xsi:nil="true" />
            <SeabrightConstructItem xsi:nil="true" />
          </ConstructItems>
          <ItemsDetail>
            <PublicItemsAddtionalDetail xsi:nil="true" />
            <PublicItemsAddtionalDetail xsi:nil="true" />
          </ItemsDetail>
          <ConstructChargeItems>
            <ChargeItemList xsi:nil="true" />
            <ChargeItemList xsi:nil="true" />
          </ConstructChargeItems>
          <ItemName>string</ItemName>
        </BillOnlyItem>
        <BillOnlyItem>
          <BillOnlyItemId>int</BillOnlyItemId>
          <BillOnlyId>int</BillOnlyId>
          <ItemId>int</ItemId>
          <SupplierItem>string</SupplierItem>
          <HospitalItem>string</HospitalItem>
          <ItemDescription>string</ItemDescription>
          <hospitalId>string</hospitalId>
          <ItemSerialNo>string</ItemSerialNo>
          <UOM>string</UOM>
          <UnitPrice>decimal</UnitPrice>
          <Qty>decimal</Qty>
          <ContractNo>string</ContractNo>
          <HospitalContactNo>string</HospitalContactNo>
          <ExtendedAmount>decimal</ExtendedAmount>
          <TaxAmount>decimal</TaxAmount>
          <TotalAmount>decimal</TotalAmount>
          <SupplierComment>string</SupplierComment>
          <IsDeleted>boolean</IsDeleted>
          <DeletedDate>dateTime</DeletedDate>
          <DeletedByUserId>int</DeletedByUserId>
          <CreatedDate>dateTime</CreatedDate>
          <CreatedByUserId>int</CreatedByUserId>
          <Item>
            <ItemId>int</ItemId>
            <Name>string</Name>
            <ItemType>string</ItemType>
            <Description>string</Description>
            <ItemNumber>string</ItemNumber>
            <ItemSerialNumber>string</ItemSerialNumber>
            <LotNumber>string</LotNumber>
            <Price>decimal</Price>
            <UOM>string</UOM>
            <ExtendedPrice>decimal</ExtendedPrice>
            <CreatedDate>dateTime</CreatedDate>
            <CreatedByUserId>int</CreatedByUserId>
            <IsDeleted>boolean</IsDeleted>
            <DeletedByUserId>int</DeletedByUserId>
            <DeletedDate>dateTime</DeletedDate>
            <Message>string</Message>
          </Item>
          <Message>string</Message>
          <SHSComment>string</SHSComment>
          <Lot>string</Lot>
          <Serial>string</Serial>
          <ExpDate>string</ExpDate>
          <ConstructItems>
            <SeabrightConstructItem xsi:nil="true" />
            <SeabrightConstructItem xsi:nil="true" />
          </ConstructItems>
          <ItemsDetail>
            <PublicItemsAddtionalDetail xsi:nil="true" />
            <PublicItemsAddtionalDetail xsi:nil="true" />
          </ItemsDetail>
          <ConstructChargeItems>
            <ChargeItemList xsi:nil="true" />
            <ChargeItemList xsi:nil="true" />
          </ConstructChargeItems>
          <ItemName>string</ItemName>
        </BillOnlyItem>
      </GetBillOnlyItemResult>
    </GetBillOnlyItemResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /Service.asmx HTTP/1.1
Host: secure.seabright.app
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBillOnlyItem xmlns="http://Seabrightservices/" />
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBillOnlyItemResponse xmlns="http://Seabrightservices/">
      <GetBillOnlyItemResult>
        <BillOnlyItem>
          <BillOnlyItemId>int</BillOnlyItemId>
          <BillOnlyId>int</BillOnlyId>
          <ItemId>int</ItemId>
          <SupplierItem>string</SupplierItem>
          <HospitalItem>string</HospitalItem>
          <ItemDescription>string</ItemDescription>
          <hospitalId>string</hospitalId>
          <ItemSerialNo>string</ItemSerialNo>
          <UOM>string</UOM>
          <UnitPrice>decimal</UnitPrice>
          <Qty>decimal</Qty>
          <ContractNo>string</ContractNo>
          <HospitalContactNo>string</HospitalContactNo>
          <ExtendedAmount>decimal</ExtendedAmount>
          <TaxAmount>decimal</TaxAmount>
          <TotalAmount>decimal</TotalAmount>
          <SupplierComment>string</SupplierComment>
          <IsDeleted>boolean</IsDeleted>
          <DeletedDate>dateTime</DeletedDate>
          <DeletedByUserId>int</DeletedByUserId>
          <CreatedDate>dateTime</CreatedDate>
          <CreatedByUserId>int</CreatedByUserId>
          <Item>
            <ItemId>int</ItemId>
            <Name>string</Name>
            <ItemType>string</ItemType>
            <Description>string</Description>
            <ItemNumber>string</ItemNumber>
            <ItemSerialNumber>string</ItemSerialNumber>
            <LotNumber>string</LotNumber>
            <Price>decimal</Price>
            <UOM>string</UOM>
            <ExtendedPrice>decimal</ExtendedPrice>
            <CreatedDate>dateTime</CreatedDate>
            <CreatedByUserId>int</CreatedByUserId>
            <IsDeleted>boolean</IsDeleted>
            <DeletedByUserId>int</DeletedByUserId>
            <DeletedDate>dateTime</DeletedDate>
            <Message>string</Message>
          </Item>
          <Message>string</Message>
          <SHSComment>string</SHSComment>
          <Lot>string</Lot>
          <Serial>string</Serial>
          <ExpDate>string</ExpDate>
          <ConstructItems>
            <SeabrightConstructItem xsi:nil="true" />
            <SeabrightConstructItem xsi:nil="true" />
          </ConstructItems>
          <ItemsDetail>
            <PublicItemsAddtionalDetail xsi:nil="true" />
            <PublicItemsAddtionalDetail xsi:nil="true" />
          </ItemsDetail>
          <ConstructChargeItems>
            <ChargeItemList xsi:nil="true" />
            <ChargeItemList xsi:nil="true" />
          </ConstructChargeItems>
          <ItemName>string</ItemName>
        </BillOnlyItem>
        <BillOnlyItem>
          <BillOnlyItemId>int</BillOnlyItemId>
          <BillOnlyId>int</BillOnlyId>
          <ItemId>int</ItemId>
          <SupplierItem>string</SupplierItem>
          <HospitalItem>string</HospitalItem>
          <ItemDescription>string</ItemDescription>
          <hospitalId>string</hospitalId>
          <ItemSerialNo>string</ItemSerialNo>
          <UOM>string</UOM>
          <UnitPrice>decimal</UnitPrice>
          <Qty>decimal</Qty>
          <ContractNo>string</ContractNo>
          <HospitalContactNo>string</HospitalContactNo>
          <ExtendedAmount>decimal</ExtendedAmount>
          <TaxAmount>decimal</TaxAmount>
          <TotalAmount>decimal</TotalAmount>
          <SupplierComment>string</SupplierComment>
          <IsDeleted>boolean</IsDeleted>
          <DeletedDate>dateTime</DeletedDate>
          <DeletedByUserId>int</DeletedByUserId>
          <CreatedDate>dateTime</CreatedDate>
          <CreatedByUserId>int</CreatedByUserId>
          <Item>
            <ItemId>int</ItemId>
            <Name>string</Name>
            <ItemType>string</ItemType>
            <Description>string</Description>
            <ItemNumber>string</ItemNumber>
            <ItemSerialNumber>string</ItemSerialNumber>
            <LotNumber>string</LotNumber>
            <Price>decimal</Price>
            <UOM>string</UOM>
            <ExtendedPrice>decimal</ExtendedPrice>
            <CreatedDate>dateTime</CreatedDate>
            <CreatedByUserId>int</CreatedByUserId>
            <IsDeleted>boolean</IsDeleted>
            <DeletedByUserId>int</DeletedByUserId>
            <DeletedDate>dateTime</DeletedDate>
            <Message>string</Message>
          </Item>
          <Message>string</Message>
          <SHSComment>string</SHSComment>
          <Lot>string</Lot>
          <Serial>string</Serial>
          <ExpDate>string</ExpDate>
          <ConstructItems>
            <SeabrightConstructItem xsi:nil="true" />
            <SeabrightConstructItem xsi:nil="true" />
          </ConstructItems>
          <ItemsDetail>
            <PublicItemsAddtionalDetail xsi:nil="true" />
            <PublicItemsAddtionalDetail xsi:nil="true" />
          </ItemsDetail>
          <ConstructChargeItems>
            <ChargeItemList xsi:nil="true" />
            <ChargeItemList xsi:nil="true" />
          </ConstructChargeItems>
          <ItemName>string</ItemName>
        </BillOnlyItem>
      </GetBillOnlyItemResult>
    </GetBillOnlyItemResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /Service.asmx/GetBillOnlyItem? HTTP/1.1
Host: secure.seabright.app
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfBillOnlyItem xmlns="http://Seabrightservices/">
  <BillOnlyItem>
    <BillOnlyItemId>int</BillOnlyItemId>
    <BillOnlyId>int</BillOnlyId>
    <ItemId>int</ItemId>
    <SupplierItem>string</SupplierItem>
    <HospitalItem>string</HospitalItem>
    <ItemDescription>string</ItemDescription>
    <hospitalId>string</hospitalId>
    <ItemSerialNo>string</ItemSerialNo>
    <UOM>string</UOM>
    <UnitPrice>decimal</UnitPrice>
    <Qty>decimal</Qty>
    <ContractNo>string</ContractNo>
    <HospitalContactNo>string</HospitalContactNo>
    <ExtendedAmount>decimal</ExtendedAmount>
    <TaxAmount>decimal</TaxAmount>
    <TotalAmount>decimal</TotalAmount>
    <SupplierComment>string</SupplierComment>
    <IsDeleted>boolean</IsDeleted>
    <DeletedDate>dateTime</DeletedDate>
    <DeletedByUserId>int</DeletedByUserId>
    <CreatedDate>dateTime</CreatedDate>
    <CreatedByUserId>int</CreatedByUserId>
    <Item>
      <ItemId>int</ItemId>
      <Name>string</Name>
      <ItemType>string</ItemType>
      <Description>string</Description>
      <ItemNumber>string</ItemNumber>
      <ItemSerialNumber>string</ItemSerialNumber>
      <LotNumber>string</LotNumber>
      <Price>decimal</Price>
      <UOM>string</UOM>
      <ExtendedPrice>decimal</ExtendedPrice>
      <CreatedDate>dateTime</CreatedDate>
      <CreatedByUserId>int</CreatedByUserId>
      <IsDeleted>boolean</IsDeleted>
      <DeletedByUserId>int</DeletedByUserId>
      <DeletedDate>dateTime</DeletedDate>
      <Message>string</Message>
    </Item>
    <Message>string</Message>
    <SHSComment>string</SHSComment>
    <Lot>string</Lot>
    <Serial>string</Serial>
    <ExpDate>string</ExpDate>
    <ConstructItems>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
    </ConstructItems>
    <ItemsDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
    </ItemsDetail>
    <ConstructChargeItems>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
    </ConstructChargeItems>
    <ItemName>string</ItemName>
  </BillOnlyItem>
  <BillOnlyItem>
    <BillOnlyItemId>int</BillOnlyItemId>
    <BillOnlyId>int</BillOnlyId>
    <ItemId>int</ItemId>
    <SupplierItem>string</SupplierItem>
    <HospitalItem>string</HospitalItem>
    <ItemDescription>string</ItemDescription>
    <hospitalId>string</hospitalId>
    <ItemSerialNo>string</ItemSerialNo>
    <UOM>string</UOM>
    <UnitPrice>decimal</UnitPrice>
    <Qty>decimal</Qty>
    <ContractNo>string</ContractNo>
    <HospitalContactNo>string</HospitalContactNo>
    <ExtendedAmount>decimal</ExtendedAmount>
    <TaxAmount>decimal</TaxAmount>
    <TotalAmount>decimal</TotalAmount>
    <SupplierComment>string</SupplierComment>
    <IsDeleted>boolean</IsDeleted>
    <DeletedDate>dateTime</DeletedDate>
    <DeletedByUserId>int</DeletedByUserId>
    <CreatedDate>dateTime</CreatedDate>
    <CreatedByUserId>int</CreatedByUserId>
    <Item>
      <ItemId>int</ItemId>
      <Name>string</Name>
      <ItemType>string</ItemType>
      <Description>string</Description>
      <ItemNumber>string</ItemNumber>
      <ItemSerialNumber>string</ItemSerialNumber>
      <LotNumber>string</LotNumber>
      <Price>decimal</Price>
      <UOM>string</UOM>
      <ExtendedPrice>decimal</ExtendedPrice>
      <CreatedDate>dateTime</CreatedDate>
      <CreatedByUserId>int</CreatedByUserId>
      <IsDeleted>boolean</IsDeleted>
      <DeletedByUserId>int</DeletedByUserId>
      <DeletedDate>dateTime</DeletedDate>
      <Message>string</Message>
    </Item>
    <Message>string</Message>
    <SHSComment>string</SHSComment>
    <Lot>string</Lot>
    <Serial>string</Serial>
    <ExpDate>string</ExpDate>
    <ConstructItems>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
    </ConstructItems>
    <ItemsDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
    </ItemsDetail>
    <ConstructChargeItems>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
    </ConstructChargeItems>
    <ItemName>string</ItemName>
  </BillOnlyItem>
</ArrayOfBillOnlyItem>

HTTP POST

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

POST /Service.asmx/GetBillOnlyItem HTTP/1.1
Host: secure.seabright.app
Content-Type: application/x-www-form-urlencoded
Content-Length: length

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfBillOnlyItem xmlns="http://Seabrightservices/">
  <BillOnlyItem>
    <BillOnlyItemId>int</BillOnlyItemId>
    <BillOnlyId>int</BillOnlyId>
    <ItemId>int</ItemId>
    <SupplierItem>string</SupplierItem>
    <HospitalItem>string</HospitalItem>
    <ItemDescription>string</ItemDescription>
    <hospitalId>string</hospitalId>
    <ItemSerialNo>string</ItemSerialNo>
    <UOM>string</UOM>
    <UnitPrice>decimal</UnitPrice>
    <Qty>decimal</Qty>
    <ContractNo>string</ContractNo>
    <HospitalContactNo>string</HospitalContactNo>
    <ExtendedAmount>decimal</ExtendedAmount>
    <TaxAmount>decimal</TaxAmount>
    <TotalAmount>decimal</TotalAmount>
    <SupplierComment>string</SupplierComment>
    <IsDeleted>boolean</IsDeleted>
    <DeletedDate>dateTime</DeletedDate>
    <DeletedByUserId>int</DeletedByUserId>
    <CreatedDate>dateTime</CreatedDate>
    <CreatedByUserId>int</CreatedByUserId>
    <Item>
      <ItemId>int</ItemId>
      <Name>string</Name>
      <ItemType>string</ItemType>
      <Description>string</Description>
      <ItemNumber>string</ItemNumber>
      <ItemSerialNumber>string</ItemSerialNumber>
      <LotNumber>string</LotNumber>
      <Price>decimal</Price>
      <UOM>string</UOM>
      <ExtendedPrice>decimal</ExtendedPrice>
      <CreatedDate>dateTime</CreatedDate>
      <CreatedByUserId>int</CreatedByUserId>
      <IsDeleted>boolean</IsDeleted>
      <DeletedByUserId>int</DeletedByUserId>
      <DeletedDate>dateTime</DeletedDate>
      <Message>string</Message>
    </Item>
    <Message>string</Message>
    <SHSComment>string</SHSComment>
    <Lot>string</Lot>
    <Serial>string</Serial>
    <ExpDate>string</ExpDate>
    <ConstructItems>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
    </ConstructItems>
    <ItemsDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
    </ItemsDetail>
    <ConstructChargeItems>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
    </ConstructChargeItems>
    <ItemName>string</ItemName>
  </BillOnlyItem>
  <BillOnlyItem>
    <BillOnlyItemId>int</BillOnlyItemId>
    <BillOnlyId>int</BillOnlyId>
    <ItemId>int</ItemId>
    <SupplierItem>string</SupplierItem>
    <HospitalItem>string</HospitalItem>
    <ItemDescription>string</ItemDescription>
    <hospitalId>string</hospitalId>
    <ItemSerialNo>string</ItemSerialNo>
    <UOM>string</UOM>
    <UnitPrice>decimal</UnitPrice>
    <Qty>decimal</Qty>
    <ContractNo>string</ContractNo>
    <HospitalContactNo>string</HospitalContactNo>
    <ExtendedAmount>decimal</ExtendedAmount>
    <TaxAmount>decimal</TaxAmount>
    <TotalAmount>decimal</TotalAmount>
    <SupplierComment>string</SupplierComment>
    <IsDeleted>boolean</IsDeleted>
    <DeletedDate>dateTime</DeletedDate>
    <DeletedByUserId>int</DeletedByUserId>
    <CreatedDate>dateTime</CreatedDate>
    <CreatedByUserId>int</CreatedByUserId>
    <Item>
      <ItemId>int</ItemId>
      <Name>string</Name>
      <ItemType>string</ItemType>
      <Description>string</Description>
      <ItemNumber>string</ItemNumber>
      <ItemSerialNumber>string</ItemSerialNumber>
      <LotNumber>string</LotNumber>
      <Price>decimal</Price>
      <UOM>string</UOM>
      <ExtendedPrice>decimal</ExtendedPrice>
      <CreatedDate>dateTime</CreatedDate>
      <CreatedByUserId>int</CreatedByUserId>
      <IsDeleted>boolean</IsDeleted>
      <DeletedByUserId>int</DeletedByUserId>
      <DeletedDate>dateTime</DeletedDate>
      <Message>string</Message>
    </Item>
    <Message>string</Message>
    <SHSComment>string</SHSComment>
    <Lot>string</Lot>
    <Serial>string</Serial>
    <ExpDate>string</ExpDate>
    <ConstructItems>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
      <SeabrightConstructItem>
        <ConstructId>int</ConstructId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <ItemNumber>string</ItemNumber>
        <ItemDescription>string</ItemDescription>
        <Description>string</Description>
        <lotNumber>string</lotNumber>
        <SerialNumber>string</SerialNumber>
        <ExpirationDate>string</ExpirationDate>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>dateTime</CreatedDate>
        <Quantity>int</Quantity>
        <IsOffContractItem>boolean</IsOffContractItem>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <ContractNo>string</ContractNo>
        <ExtendedAmount>decimal</ExtendedAmount>
        <TaxAmount>decimal</TaxAmount>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <SHSComment>string</SHSComment>
        <CreatedByUserId>int</CreatedByUserId>
        <HospitalItem>string</HospitalItem>
      </SeabrightConstructItem>
    </ConstructItems>
    <ItemsDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
      <PublicItemsAddtionalDetail>
        <BillItemAddtionalDetailsId>int</BillItemAddtionalDetailsId>
        <BillOnlyItemId>int</BillOnlyItemId>
        <Message>string</Message>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
      </PublicItemsAddtionalDetail>
    </ItemsDetail>
    <ConstructChargeItems>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
      <ChargeItemList>
        <BillChargeItemId>int</BillChargeItemId>
        <BillOnlyId>int</BillOnlyId>
        <ItemNumber>string</ItemNumber>
        <Description>string</Description>
        <IsDeleted>boolean</IsDeleted>
        <CreatedDate>string</CreatedDate>
        <Quantity>int</Quantity>
        <TaxAmount>decimal</TaxAmount>
        <UOM>string</UOM>
        <UnitPrice>decimal</UnitPrice>
        <TotalAmount>decimal</TotalAmount>
        <SupplierComment>string</SupplierComment>
        <HospitalItem>string</HospitalItem>
        <ExtendedAmount>decimal</ExtendedAmount>
        <Lot>string</Lot>
        <Serial>string</Serial>
        <ExpDate>string</ExpDate>
        <AdditionalItemDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChargeItemList>
    </ConstructChargeItems>
    <ItemName>string</ItemName>
  </BillOnlyItem>
</ArrayOfBillOnlyItem>