POST savecode/{COMcode}/store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
StoreDataModelName | Description | Type | Additional information |
---|---|---|---|
STO_NO | integer |
None. |
|
STO_code | string |
None. |
|
STO_group | string |
None. |
|
STO_desT | string |
None. |
|
STO_desE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "STO_NO": 1, "STO_code": "sample string 2", "STO_group": "sample string 3", "STO_desT": "sample string 4", "STO_desE": "sample string 5" }
application/xml, text/xml
Sample:
<StoreDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <STO_NO>1</STO_NO> <STO_code>sample string 2</STO_code> <STO_desE>sample string 5</STO_desE> <STO_desT>sample string 4</STO_desT> <STO_group>sample string 3</STO_group> </StoreDataModel>
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.