POST OPS/InsertLotMasterData
Request Information
URI Parameters
None.
Body Parameters
ManageLotMaster_DTOName | Description | Type | Additional information |
---|---|---|---|
Lot_ID | integer |
None. |
|
Lot_UserID | integer |
None. |
|
Lot_Name | string |
None. |
|
Lot_Bid_StartTime | time interval |
None. |
|
Lot_Bid_CloseTime | time interval |
None. |
|
Lot_Bid_StartDate | date |
None. |
|
Lot_Bid_CloseDate | date |
None. |
|
Lot_Description | string |
None. |
|
Lot_IsActive | boolean |
None. |
|
Lot_IsDelete | boolean |
None. |
|
UserID | integer |
None. |
|
Lot_AuctionId | integer |
None. |
|
Type | integer |
None. |
|
dataTablesParameters | DataTableRequest |
None. |
Request Formats
application/json, text/json
Sample:
{ "Lot_ID": 1, "Lot_UserID": 2, "Lot_Name": "sample string 3", "Lot_Bid_StartTime": "00:00:00.1234567", "Lot_Bid_CloseTime": "00:00:00.1234567", "Lot_Bid_StartDate": "2025-01-10T20:33:58.808796+05:30", "Lot_Bid_CloseDate": "2025-01-10T20:33:58.808796+05:30", "Lot_Description": "sample string 5", "Lot_IsActive": true, "Lot_IsDelete": true, "UserID": 6, "Lot_AuctionId": 1, "Type": 7, "dataTablesParameters": { "draw": 1, "start": 2, "length": 3, "search": { "value": "sample string 1", "regex": "sample string 2" }, "order": [ { "column": "sample string 1", "dir": "sample string 2" }, { "column": "sample string 1", "dir": "sample string 2" } ], "sortColumnDir": "sample string 4", "sortColumn": "sample string 5", "searchValue": "sample string 6" } }
application/xml, text/xml
Sample:
<ManageLotMaster_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS"> <Lot_AuctionId>1</Lot_AuctionId> <Lot_Bid_CloseDate>2025-01-10T20:33:58.808796+05:30</Lot_Bid_CloseDate> <Lot_Bid_CloseTime>PT0.1234567S</Lot_Bid_CloseTime> <Lot_Bid_StartDate>2025-01-10T20:33:58.808796+05:30</Lot_Bid_StartDate> <Lot_Bid_StartTime>PT0.1234567S</Lot_Bid_StartTime> <Lot_Description>sample string 5</Lot_Description> <Lot_ID>1</Lot_ID> <Lot_IsActive>true</Lot_IsActive> <Lot_IsDelete>true</Lot_IsDelete> <Lot_Name>sample string 3</Lot_Name> <Lot_UserID>2</Lot_UserID> <Type>7</Type> <UserID>6</UserID> <dataTablesParameters xmlns:d2p1="http://schemas.datacontract.org/2004/07/AstaGuru.Models"> <d2p1:draw>1</d2p1:draw> <d2p1:length>3</d2p1:length> <d2p1:order> <d2p1:Sortby> <d2p1:column>sample string 1</d2p1:column> <d2p1:dir>sample string 2</d2p1:dir> </d2p1:Sortby> <d2p1:Sortby> <d2p1:column>sample string 1</d2p1:column> <d2p1:dir>sample string 2</d2p1:dir> </d2p1:Sortby> </d2p1:order> <d2p1:search> <d2p1:regex>sample string 2</d2p1:regex> <d2p1:value>sample string 1</d2p1:value> </d2p1:search> <d2p1:searchValue>sample string 6</d2p1:searchValue> <d2p1:sortColumn>sample string 5</d2p1:sortColumn> <d2p1:sortColumnDir>sample string 4</d2p1:sortColumnDir> <d2p1:start>2</d2p1:start> </dataTablesParameters> </ManageLotMaster_DTO>
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.