POST Master/GetAllEmailDownload

Request Information

URI Parameters

None.

Body Parameters

AuctionMaster_DTO
NameDescriptionTypeAdditional information
AuctionId

integer

None.

Auctionname

string

None.

auctiondate

string

None.

auctionEnddate

string

None.

auctionEndtime

time interval

None.

Date

string

None.

DollarRate

integer

None.

image

string

None.

auctiontitle

string

None.

bidpdf

string

None.

status

string

None.

auctionType

string

None.

totalSaleValueRs

string

None.

totalSaleValueUs

string

None.

auctionBanner

string

None.

auctionWebImage

string

None.

recentAuctionBanner

string

None.

Slug

string

None.

AuctionNotification

string

None.

AuctionUpCommingRemNotification

string

None.

Bid_Increment_Above

integer

None.

Bid_Increment_Below

integer

None.

auction_E_CatlogueLink

string

None.

auction_3_DWalkthroughLink

string

None.

auction_Sound_files

string

None.

auction_Margin

string

None.

auction_TCS

string

None.

auction_Intl_Custom_duty_per

string

None.

IsActive

boolean

None.

IsDelete

boolean

None.

UserId

integer

None.

ExecutionRes

integer

None.

Type

integer

None.

ListProxyApprovalModels

Collection of ProxyApprovalModel

None.

OverviewMessage

string

None.

ClosingScheduleMessage

string

None.

SyncFireBaseData

boolean

None.

SendAuctionChangeNotification

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AuctionId": 1,
  "Auctionname": "sample string 2",
  "auctiondate": "sample string 3",
  "auctionEnddate": "sample string 4",
  "auctionEndtime": "00:00:00.1234567",
  "Date": "sample string 6",
  "DollarRate": 7,
  "image": "sample string 8",
  "auctiontitle": "sample string 9",
  "bidpdf": "sample string 10",
  "status": "sample string 11",
  "auctionType": "sample string 12",
  "totalSaleValueRs": "sample string 13",
  "totalSaleValueUs": "sample string 14",
  "auctionBanner": "sample string 15",
  "auctionWebImage": "sample string 16",
  "recentAuctionBanner": "sample string 17",
  "Slug": "sample string 18",
  "AuctionNotification": "sample string 19",
  "AuctionUpCommingRemNotification": "sample string 20",
  "Bid_Increment_Above": 21,
  "Bid_Increment_Below": 22,
  "auction_E_CatlogueLink": "sample string 23",
  "auction_3_DWalkthroughLink": "sample string 24",
  "auction_Sound_files": "sample string 25",
  "auction_Margin": "sample string 26",
  "auction_TCS": "sample string 27",
  "auction_Intl_Custom_duty_per": "sample string 28",
  "IsActive": true,
  "IsDelete": true,
  "UserId": 31,
  "ExecutionRes": 32,
  "Type": 33,
  "ListProxyApprovalModels": [
    {
      "LotId": 1,
      "Status": 2,
      "StatusCount": 3,
      "TotalCount": 4
    },
    {
      "LotId": 1,
      "Status": 2,
      "StatusCount": 3,
      "TotalCount": 4
    }
  ],
  "OverviewMessage": "sample string 34",
  "ClosingScheduleMessage": "sample string 35",
  "SyncFireBaseData": true,
  "SendAuctionChangeNotification": true
}

application/xml, text/xml

Sample:
<AuctionMaster_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS">
  <AuctionId>1</AuctionId>
  <AuctionNotification>sample string 19</AuctionNotification>
  <AuctionUpCommingRemNotification>sample string 20</AuctionUpCommingRemNotification>
  <Auctionname>sample string 2</Auctionname>
  <Bid_Increment_Above>21</Bid_Increment_Above>
  <Bid_Increment_Below>22</Bid_Increment_Below>
  <ClosingScheduleMessage>sample string 35</ClosingScheduleMessage>
  <Date>sample string 6</Date>
  <DollarRate>7</DollarRate>
  <ExecutionRes>32</ExecutionRes>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <ListProxyApprovalModels>
    <ProxyApprovalModel>
      <LotId>1</LotId>
      <Status>2</Status>
      <StatusCount>3</StatusCount>
      <TotalCount>4</TotalCount>
    </ProxyApprovalModel>
    <ProxyApprovalModel>
      <LotId>1</LotId>
      <Status>2</Status>
      <StatusCount>3</StatusCount>
      <TotalCount>4</TotalCount>
    </ProxyApprovalModel>
  </ListProxyApprovalModels>
  <OverviewMessage>sample string 34</OverviewMessage>
  <SendAuctionChangeNotification>true</SendAuctionChangeNotification>
  <Slug>sample string 18</Slug>
  <SyncFireBaseData>true</SyncFireBaseData>
  <Type>33</Type>
  <UserId>31</UserId>
  <auctionBanner>sample string 15</auctionBanner>
  <auctionEnddate>sample string 4</auctionEnddate>
  <auctionEndtime>PT0.1234567S</auctionEndtime>
  <auctionType>sample string 12</auctionType>
  <auctionWebImage>sample string 16</auctionWebImage>
  <auction_3_DWalkthroughLink>sample string 24</auction_3_DWalkthroughLink>
  <auction_E_CatlogueLink>sample string 23</auction_E_CatlogueLink>
  <auction_Intl_Custom_duty_per>sample string 28</auction_Intl_Custom_duty_per>
  <auction_Margin>sample string 26</auction_Margin>
  <auction_Sound_files>sample string 25</auction_Sound_files>
  <auction_TCS>sample string 27</auction_TCS>
  <auctiondate>sample string 3</auctiondate>
  <auctiontitle>sample string 9</auctiontitle>
  <bidpdf>sample string 10</bidpdf>
  <image>sample string 8</image>
  <recentAuctionBanner>sample string 17</recentAuctionBanner>
  <status>sample string 11</status>
  <totalSaleValueRs>sample string 13</totalSaleValueRs>
  <totalSaleValueUs>sample string 14</totalSaleValueUs>
</AuctionMaster_DTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.