POST api/bo/auction/type/create
Create AuctionType
Request Information
URI Parameters
None.
Body Parameters
m_auction_type_create| Name | Description | Type | Additional information | 
|---|---|---|---|
| TypeName | string | None. | |
| TypeDetail | string | None. | |
| TypeName_En | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "TypeName": "sample string 1",
  "TypeDetail": "sample string 2",
  "TypeName_En": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <m_auction_type_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Mainsystem"> <TypeDetail>sample string 2</TypeDetail> <TypeName>sample string 1</TypeName> <TypeName_En>sample string 3</TypeName_En> </m_auction_type_create>
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.