POST api/PersonnelAPI/ModifyAppDictDetail
单条修改字典表明细
Request Information
URI Parameters
None.
Body Parameters
AppDictDetailInfoName | Description | Type | Additional information |
---|---|---|---|
DetailGID | globally unique identifier |
None. |
|
DetailName | string |
None. |
|
Sequence | integer |
None. |
|
Tenant_GID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "DetailGID": "8c2c7f5b-676e-46b5-9bd5-48a66f0aa057", "DetailName": "sample string 1", "Sequence": 1, "Tenant_GID": "cd56c71a-cf39-43f6-83c6-19a03ad31f40" }
application/xml, text/xml
Sample:
<AppDictDetailInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.Core.Model"> <DetailGID>8c2c7f5b-676e-46b5-9bd5-48a66f0aa057</DetailGID> <DetailName>sample string 1</DetailName> <Sequence>1</Sequence> <Tenant_GID>cd56c71a-cf39-43f6-83c6-19a03ad31f40</Tenant_GID> </AppDictDetailInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
单条修改字典表明细
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>