POST dz_api/AccountSet/ConnectAccountSet

添加记账

Request Information

URI Parameters

None.

Body Parameters

ConnectAccountSetPara
NameDescriptionTypeAdditional information
AaId

integer

None.

CustId

integer

None.

AsId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AaId": 1,
  "CustId": 2,
  "AsId": 3
}

application/xml, text/xml

Sample:
<ConnectAccountSetPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountSet.Models">
  <AaId>1</AaId>
  <AsId>3</AsId>
  <CustId>2</CustId>
</ConnectAccountSetPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

添加记账

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>