POST Master/AuctionBlockClient
Request Information
URI Parameters
None.
Body Parameters
Auction_Block_ClientName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CM_ID | integer |
None. |
|
Web_ClientID | integer |
None. |
|
AP_ID | integer |
None. |
|
IC_ID | integer |
None. |
|
auctionInventoryID | string |
None. |
|
ClientId | string |
None. |
|
IsActive | boolean |
None. |
|
IsDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "CM_ID": 2, "Web_ClientID": 3, "AP_ID": 4, "IC_ID": 5, "auctionInventoryID": "sample string 6", "ClientId": "sample string 7", "IsActive": true, "IsDelete": true }
application/xml, text/xml
Sample:
<Auction_Block_Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models"> <AP_ID>4</AP_ID> <CM_ID>2</CM_ID> <ClientId>sample string 7</ClientId> <IC_ID>5</IC_ID> <ID>1</ID> <IsActive>true</IsActive> <IsDelete>true</IsDelete> <Web_ClientID>3</Web_ClientID> <auctionInventoryID>sample string 6</auctionInventoryID> </Auction_Block_Client>
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.