GET api/bose/get-boseDetails/{statusId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
statusId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SaleItemsDTO
NameDescriptionTypeAdditional information
BOSEID

integer

None.

Id

integer

None.

FishName

string

None.

Size

string

None.

Quantity

decimal number

None.

UnitPrice

decimal number

None.

UOM

string

None.

Price

decimal number

None.

UniqueId

string

None.

ImagePath

string

None.

BuyerId

integer

None.

BoseNegotiationId

integer

None.

NegotiationCount

integer

None.

RatePerUnit

decimal number

None.

IsSendNegotiationToMulitpleBuyer

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BOSEID": 1,
    "Id": 2,
    "FishName": "sample string 3",
    "Size": "sample string 4",
    "Quantity": 5.0,
    "UnitPrice": 6.0,
    "UOM": "sample string 7",
    "Price": 8.0,
    "UniqueId": "sample string 9",
    "ImagePath": "sample string 10",
    "BuyerId": 11,
    "BoseNegotiationId": 12,
    "NegotiationCount": 13,
    "RatePerUnit": 14.0,
    "IsSendNegotiationToMulitpleBuyer": true
  },
  {
    "BOSEID": 1,
    "Id": 2,
    "FishName": "sample string 3",
    "Size": "sample string 4",
    "Quantity": 5.0,
    "UnitPrice": 6.0,
    "UOM": "sample string 7",
    "Price": 8.0,
    "UniqueId": "sample string 9",
    "ImagePath": "sample string 10",
    "BuyerId": 11,
    "BoseNegotiationId": 12,
    "NegotiationCount": 13,
    "RatePerUnit": 14.0,
    "IsSendNegotiationToMulitpleBuyer": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSaleItemsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.StockEntries">
  <SaleItemsDTO>
    <BOSEID>1</BOSEID>
    <BoseNegotiationId>12</BoseNegotiationId>
    <BuyerId>11</BuyerId>
    <FishName>sample string 3</FishName>
    <Id>2</Id>
    <ImagePath>sample string 10</ImagePath>
    <IsSendNegotiationToMulitpleBuyer>true</IsSendNegotiationToMulitpleBuyer>
    <NegotiationCount>13</NegotiationCount>
    <Price>8</Price>
    <Quantity>5</Quantity>
    <RatePerUnit>14</RatePerUnit>
    <Size>sample string 4</Size>
    <UOM>sample string 7</UOM>
    <UniqueId>sample string 9</UniqueId>
    <UnitPrice>6</UnitPrice>
  </SaleItemsDTO>
  <SaleItemsDTO>
    <BOSEID>1</BOSEID>
    <BoseNegotiationId>12</BoseNegotiationId>
    <BuyerId>11</BuyerId>
    <FishName>sample string 3</FishName>
    <Id>2</Id>
    <ImagePath>sample string 10</ImagePath>
    <IsSendNegotiationToMulitpleBuyer>true</IsSendNegotiationToMulitpleBuyer>
    <NegotiationCount>13</NegotiationCount>
    <Price>8</Price>
    <Quantity>5</Quantity>
    <RatePerUnit>14</RatePerUnit>
    <Size>sample string 4</Size>
    <UOM>sample string 7</UOM>
    <UniqueId>sample string 9</UniqueId>
    <UnitPrice>6</UnitPrice>
  </SaleItemsDTO>
</ArrayOfSaleItemsDTO>