POST api/{area}/AssistingAccounting?access_token={access_token}
添加辅助核算内容项
Request Information
Body Parameters
AssisingAcountingMeessageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AsId |
账套ID |
integer |
Required |
| TypeName |
辅助核算类别名称 |
string |
Required |
| AAEID |
辅助核算实体ID |
integer |
None. |
| AANum |
辅助核算用户编码 |
string |
Required |
| AAName |
辅助核算项名称 |
string |
Required |
| Status |
辅助核算项状态 |
integer |
Required Range: inclusive between 0 and 1 |
| ExtraInfo |
该辅助核算的额外信息 |
Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"as_id": 1,
"type_name": "sample string 2",
"aaeid": 3,
"aanum": "sample string 4",
"aaname": "sample string 5",
"status": 6,
"extra_info": {}
}
application/xml, text/xml
Sample:
<AssisingAcountingMeessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.Open.Areas.Settings.Models"> <AAEID>3</AAEID> <AAName>sample string 5</AAName> <AANum>sample string 4</AANum> <AsId>1</AsId> <ExtraInfo /> <Status>6</Status> <TypeName>sample string 2</TypeName> </AssisingAcountingMeessageModel>
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.