PUT api/bo/settingproductcategory/sequence
แก้ไขข้อมูล ลำดับ ตั้งค่าหมวดหมู่สินค้า
Request Information
URI Parameters
None.
Body Parameters
m_setting_product_category_update_sequence_request| Name | Description | Type | Additional information |
|---|---|---|---|
| HeadId | globally unique identifier |
None. |
|
| categories_sequence | Collection of m_setting_product_category_update_sequence_info_request |
None. |
Request Formats
application/json, text/json
Sample:
{
"HeadId": "735efe2c-bb2a-4203-9671-5f136d47da03",
"categories_sequence": [
{
"ProductCategoryId": "8139ed03-6a0e-465e-b50f-c0ce6cb206f0",
"SequenceNo": 2
},
{
"ProductCategoryId": "8139ed03-6a0e-465e-b50f-c0ce6cb206f0",
"SequenceNo": 2
}
]
}
application/xml, text/xml
Sample:
<m_setting_product_category_update_sequence_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Backoffice">
<HeadId>735efe2c-bb2a-4203-9671-5f136d47da03</HeadId>
<categories_sequence>
<m_setting_product_category_update_sequence_info_request>
<ProductCategoryId>8139ed03-6a0e-465e-b50f-c0ce6cb206f0</ProductCategoryId>
<SequenceNo>2</SequenceNo>
</m_setting_product_category_update_sequence_info_request>
<m_setting_product_category_update_sequence_info_request>
<ProductCategoryId>8139ed03-6a0e-465e-b50f-c0ce6cb206f0</ProductCategoryId>
<SequenceNo>2</SequenceNo>
</m_setting_product_category_update_sequence_info_request>
</categories_sequence>
</m_setting_product_category_update_sequence_request>
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.