POST Other/UpdateDefaultValue
Cập nhật giá trị mặc định
Request Information
URI Parameters
None.
Body Parameters
OtherUpdateDefaultValueReqName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
Token | string |
None. |
|
DefaultValueInfo | OtherDefaultValueInfo |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Token": "sample string 2", "DefaultValueInfo": { "tb": "sample string 1", "attribute": "sample string 2", "value": "sample string 3", "status": 4, "id": 5 } }
application/xml, text/xml
Sample:
<OtherUpdateDefaultValueReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <UserName>sample string 1</UserName> <Token>sample string 2</Token> <DefaultValueInfo> <tb>sample string 1</tb> <attribute>sample string 2</attribute> <value>sample string 3</value> <status>4</status> <id>5</id> </DefaultValueInfo> </OtherUpdateDefaultValueReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OtherUpdateDefaultValueResName | Description | Type | Additional information |
---|---|---|---|
RespCode | integer |
None. |
|
RespText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RespCode": 1, "RespText": "sample string 2" }
application/xml, text/xml
Sample:
<OtherUpdateDefaultValueRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <RespCode>1</RespCode> <RespText>sample string 2</RespText> </OtherUpdateDefaultValueRes>