POST api/Purchase/UpdatePurchaseAuctionWinLossStatus
To Update PurchaseAuction Win/Loss Status
Request Information
URI Parameters
None.
Body Parameters
PurchaseAuctionWinLoss| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseID | integer |
None. |
|
| AuctionStatusPL | integer |
None. |
|
| PurchaseIDS | string |
None. |
|
| WinLossStatuses | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PurchaseID": 1,
"AuctionStatusPL": 2,
"PurchaseIDS": "sample string 3",
"WinLossStatuses": "sample string 4",
"CreatedBy": 5,
"CreatedDate": "2020-02-27T04:49:51.731797+11:00",
"ModifiedBy": 7,
"ModifiedDate": "2020-02-27T04:49:51.731797+11:00"
}
application/xml, text/xml
Sample:
<PurchaseAuctionWinLoss xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <AuctionStatusPL>2</AuctionStatusPL> <CreatedBy>5</CreatedBy> <CreatedDate>2020-02-27T04:49:51.731797+11:00</CreatedDate> <ModifiedBy>7</ModifiedBy> <ModifiedDate>2020-02-27T04:49:51.731797+11:00</ModifiedDate> <PurchaseID>1</PurchaseID> <PurchaseIDS>sample string 3</PurchaseIDS> <WinLossStatuses>sample string 4</WinLossStatuses> </PurchaseAuctionWinLoss>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.