POST api/bo/settingstorecategory

สร้างข้อมูล ตั้งค่าหมวดหมู่ร้านค้า

Request Information

URI Parameters

None.

Body Parameters

m_setting_store_category_create_request
NameDescriptionTypeAdditional information
CategoryName

string

Required

String length: inclusive between 0 and 100

CategoryName_En

string

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "CategoryName": "sample string 1",
  "CategoryName_En": "sample string 2"
}

application/xml, text/xml

Sample:
<m_setting_store_category_create_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Backoffice">
  <CategoryName>sample string 1</CategoryName>
  <CategoryName_En>sample string 2</CategoryName_En>
</m_setting_store_category_create_request>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_setting_store_category_create_request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.