添加收费项目
None.
Name | Description | Type | Additional information |
---|---|---|---|
AaId |
公司ID |
integer |
None. |
id |
项目ID |
integer |
None. |
isEdit |
是否是编辑模式 |
boolean |
None. |
content |
名称 |
string |
None. |
typeId |
服务大类 |
ServiceClassEnums |
None. |
{ "AaId": 1, "id": 2, "isEdit": true, "content": "sample string 4", "typeId": 1001 }
<ItemTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model"> <AaId>1</AaId> <content>sample string 4</content> <id>2</id> <isEdit>true</isEdit> <typeId>AcountingAgent</typeId> </ItemTypeInfo>
Sample not available.
添加收费项目
integer1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>