POST api/v1/message/category/new
Request Information
URI Parameters
None.
Body Parameters
NewMessageCategoryRequestName | Description | Type | Additional information |
---|---|---|---|
categoryNameEn | string |
Required Max length: 128 |
|
categoryNameTh | string |
Required Max length: 128 |
Request Formats
application/json, text/json
Sample:
{ "categoryNameEn": "sample string 1", "categoryNameTh": "sample string 2" }
application/xml, text/xml
Sample:
<NewMessageCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LDCM.MyServices.Models"> <NameEn>sample string 1</NameEn> <NameTh>sample string 2</NameTh> </NewMessageCategoryRequest>
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.