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.

BuyerCount

integer

None.

RatePerUnit

decimal number

None.

IsSendNegotiationToMulitpleBuyer

boolean

None.

CurrentQuantity

decimal number

None.

CurrentRatePerUnit

decimal number

None.

UserTypeId

integer

None.

NegotiationcreatedRoleTypeId

integer

None.

StatusId

integer

None.

AvailablePlace

string

None.

TransactionNO

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BOSEID": 1,
    "Id": 2,
    "FishName": "sample string 3",
    "Size": "sample string 4",
    "Quantity": 5.0,
    "UnitPrice": 1.0,
    "UOM": "sample string 6",
    "Price": 1.0,
    "UniqueId": "sample string 7",
    "ImagePath": "sample string 8",
    "BuyerId": 9,
    "BoseNegotiationId": 10,
    "NegotiationCount": 11,
    "BuyerCount": 12,
    "RatePerUnit": 1.0,
    "IsSendNegotiationToMulitpleBuyer": true,
    "CurrentQuantity": 1.0,
    "CurrentRatePerUnit": 1.0,
    "UserTypeId": 14,
    "NegotiationcreatedRoleTypeId": 15,
    "StatusId": 16,
    "AvailablePlace": "sample string 17",
    "TransactionNO": 18
  },
  {
    "BOSEID": 1,
    "Id": 2,
    "FishName": "sample string 3",
    "Size": "sample string 4",
    "Quantity": 5.0,
    "UnitPrice": 1.0,
    "UOM": "sample string 6",
    "Price": 1.0,
    "UniqueId": "sample string 7",
    "ImagePath": "sample string 8",
    "BuyerId": 9,
    "BoseNegotiationId": 10,
    "NegotiationCount": 11,
    "BuyerCount": 12,
    "RatePerUnit": 1.0,
    "IsSendNegotiationToMulitpleBuyer": true,
    "CurrentQuantity": 1.0,
    "CurrentRatePerUnit": 1.0,
    "UserTypeId": 14,
    "NegotiationcreatedRoleTypeId": 15,
    "StatusId": 16,
    "AvailablePlace": "sample string 17",
    "TransactionNO": 18
  }
]

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>
    <AvailablePlace>sample string 17</AvailablePlace>
    <BOSEID>1</BOSEID>
    <BoseNegotiationId>10</BoseNegotiationId>
    <BuyerCount>12</BuyerCount>
    <BuyerId>9</BuyerId>
    <CurrentQuantity>1</CurrentQuantity>
    <CurrentRatePerUnit>1</CurrentRatePerUnit>
    <FishName>sample string 3</FishName>
    <Id>2</Id>
    <ImagePath>sample string 8</ImagePath>
    <IsSendNegotiationToMulitpleBuyer>true</IsSendNegotiationToMulitpleBuyer>
    <NegotiationCount>11</NegotiationCount>
    <NegotiationcreatedRoleTypeId>15</NegotiationcreatedRoleTypeId>
    <Price>1</Price>
    <Quantity>5</Quantity>
    <RatePerUnit>1</RatePerUnit>
    <Size>sample string 4</Size>
    <StatusId>16</StatusId>
    <TransactionNO>18</TransactionNO>
    <UOM>sample string 6</UOM>
    <UniqueId>sample string 7</UniqueId>
    <UnitPrice>1</UnitPrice>
    <UserTypeId>14</UserTypeId>
  </SaleItemsDTO>
  <SaleItemsDTO>
    <AvailablePlace>sample string 17</AvailablePlace>
    <BOSEID>1</BOSEID>
    <BoseNegotiationId>10</BoseNegotiationId>
    <BuyerCount>12</BuyerCount>
    <BuyerId>9</BuyerId>
    <CurrentQuantity>1</CurrentQuantity>
    <CurrentRatePerUnit>1</CurrentRatePerUnit>
    <FishName>sample string 3</FishName>
    <Id>2</Id>
    <ImagePath>sample string 8</ImagePath>
    <IsSendNegotiationToMulitpleBuyer>true</IsSendNegotiationToMulitpleBuyer>
    <NegotiationCount>11</NegotiationCount>
    <NegotiationcreatedRoleTypeId>15</NegotiationcreatedRoleTypeId>
    <Price>1</Price>
    <Quantity>5</Quantity>
    <RatePerUnit>1</RatePerUnit>
    <Size>sample string 4</Size>
    <StatusId>16</StatusId>
    <TransactionNO>18</TransactionNO>
    <UOM>sample string 6</UOM>
    <UniqueId>sample string 7</UniqueId>
    <UnitPrice>1</UnitPrice>
    <UserTypeId>14</UserTypeId>
  </SaleItemsDTO>
</ArrayOfSaleItemsDTO>