OSZZ API

<back to all web services

Search2

import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    @DataContract
    public static class Search2
    {
        @DataMember
        public String q = null;

        @DataMember
        public UUID tokenId = null;
        
        public String getQ() { return q; }
        public Search2 setQ(String value) { this.q = value; return this; }
        public UUID getTokenId() { return tokenId; }
        public Search2 setTokenId(UUID value) { this.tokenId = value; return this; }
    }

    @DataContract
    public static class Search2Response implements IResponse
    {
        @DataMember
        public ResponseStatus responseStatus = null;

        @DataMember
        public ArrayList<PriceListModel> result = null;
        
        public ResponseStatus getResponseStatus() { return responseStatus; }
        public Search2Response setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
        public ArrayList<PriceListModel> getResult() { return result; }
        public Search2Response setResult(ArrayList<PriceListModel> value) { this.result = value; return this; }
    }

    @DataContract
    public static class PriceListModel extends PriceListModel
    {
        @DataMember
        public Boolean isOriginal = null;

        @DataMember
        public Integer groupId = null;
        
        public Boolean getIsOriginal() { return isOriginal; }
        public PriceListModel setIsOriginal(Boolean value) { this.isOriginal = value; return this; }
        public Integer getGroupId() { return groupId; }
        public PriceListModel setGroupId(Integer value) { this.groupId = value; return this; }
    }

    @DataContract
    public static class PriceListModel
    {
        @DataMember
        public UUID productId = null;

        @DataMember
        public String manufacturerTitle = null;

        @DataMember
        public String productNumber = null;

        @DataMember
        public String productTitle = null;

        @DataMember
        public UUID priceListId = null;

        @DataMember
        public String code = null;

        @DataMember
        public String delivery = null;

        @DataMember
        public String location = null;

        @DataMember
        public Integer expectedDeliveryDays = null;

        @DataMember
        public Integer guaranteedDeliveryDays = null;

        @DataMember
        public Integer quantity = null;

        @DataMember
        public Integer pack = null;

        @DataMember
        public BigDecimal price = null;

        @DataMember
        public Boolean useSchedule = null;

        @DataMember
        public Date orderDate = null;

        @DataMember
        public Date deliveryDate = null;

        @DataMember
        public Float deliveryChance = null;
        
        public UUID getProductId() { return productId; }
        public PriceListModel setProductId(UUID value) { this.productId = value; return this; }
        public String getManufacturerTitle() { return manufacturerTitle; }
        public PriceListModel setManufacturerTitle(String value) { this.manufacturerTitle = value; return this; }
        public String getProductNumber() { return productNumber; }
        public PriceListModel setProductNumber(String value) { this.productNumber = value; return this; }
        public String getProductTitle() { return productTitle; }
        public PriceListModel setProductTitle(String value) { this.productTitle = value; return this; }
        public UUID getPriceListId() { return priceListId; }
        public PriceListModel setPriceListId(UUID value) { this.priceListId = value; return this; }
        public String getCode() { return code; }
        public PriceListModel setCode(String value) { this.code = value; return this; }
        public String getDelivery() { return delivery; }
        public PriceListModel setDelivery(String value) { this.delivery = value; return this; }
        public String getLocation() { return location; }
        public PriceListModel setLocation(String value) { this.location = value; return this; }
        public Integer getExpectedDeliveryDays() { return expectedDeliveryDays; }
        public PriceListModel setExpectedDeliveryDays(Integer value) { this.expectedDeliveryDays = value; return this; }
        public Integer getGuaranteedDeliveryDays() { return guaranteedDeliveryDays; }
        public PriceListModel setGuaranteedDeliveryDays(Integer value) { this.guaranteedDeliveryDays = value; return this; }
        public Integer getQuantity() { return quantity; }
        public PriceListModel setQuantity(Integer value) { this.quantity = value; return this; }
        public Integer getPack() { return pack; }
        public PriceListModel setPack(Integer value) { this.pack = value; return this; }
        public BigDecimal getPrice() { return price; }
        public PriceListModel setPrice(BigDecimal value) { this.price = value; return this; }
        public Boolean isUseSchedule() { return useSchedule; }
        public PriceListModel setUseSchedule(Boolean value) { this.useSchedule = value; return this; }
        public Date getOrderDate() { return orderDate; }
        public PriceListModel setOrderDate(Date value) { this.orderDate = value; return this; }
        public Date getDeliveryDate() { return deliveryDate; }
        public PriceListModel setDeliveryDate(Date value) { this.deliveryDate = value; return this; }
        public Float getDeliveryChance() { return deliveryChance; }
        public PriceListModel setDeliveryChance(Float value) { this.deliveryChance = value; return this; }
    }

}

Java Search2 DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: api.oszz.ru 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: Search2

<?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>

<Search2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <Q>String</Q>
  <TokenId>00000000-0000-0000-0000-000000000000</TokenId>
</Search2>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>

<Search2Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <ResponseStatus>
    <ErrorCode>String</ErrorCode>
    <Message>String</Message>
    <StackTrace>String</StackTrace>
    <Errors>
      <ResponseError>
        <ErrorCode>String</ErrorCode>
        <FieldName>String</FieldName>
        <Message>String</Message>
        <Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </Meta>
      </ResponseError>
    </Errors>
    <Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </Meta>
  </ResponseStatus>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Oszz.Api.Models.v2">
    <d2p1:PriceListModel>
      <Code>String</Code>
      <Delivery>String</Delivery>
      <DeliveryChance>0</DeliveryChance>
      <DeliveryDate>0001-01-01T00:00:00</DeliveryDate>
      <ExpectedDeliveryDays>0</ExpectedDeliveryDays>
      <GuaranteedDeliveryDays>0</GuaranteedDeliveryDays>
      <Location>String</Location>
      <ManufacturerTitle>String</ManufacturerTitle>
      <OrderDate>0001-01-01T00:00:00</OrderDate>
      <Pack>0</Pack>
      <Price>0</Price>
      <PriceListId>00000000-0000-0000-0000-000000000000</PriceListId>
      <ProductId>00000000-0000-0000-0000-000000000000</ProductId>
      <ProductNumber>String</ProductNumber>
      <ProductTitle>String</ProductTitle>
      <Quantity>0</Quantity>
      <UseSchedule>false</UseSchedule>
      <d2p1:GroupId>0</d2p1:GroupId>
      <d2p1:IsOriginal>false</d2p1:IsOriginal>
    </d2p1:PriceListModel>
  </Result>
</Search2Response>

    </soap:Body>
</soap:Envelope>