PUT api/{area}/AsubCodeLength?access_token={access_token}&asid={asid}&secondCodeLength={secondCodeLength}&thirdCodeLength={thirdCodeLength}&forthCodeLength={forthCodeLength}
修改科目编码长度
Request Information
Body Parameters
None.
Response Information
Resource Description
修改科目编码长度
SetingsOkResponseName | Description | Type | Additional information |
---|---|---|---|
result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": "sample string 1" }
application/xml, text/xml
Sample:
<SetingsOkResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.Open.Areas.Settings.Models"> <Result>sample string 1</Result> </SetingsOkResponse>