POST dz_api/Send/FirstVocherSaved

当月保存第一笔凭证 - 记账调用

Request Information

URI Parameters

None.

Body Parameters

SaveConfig
NameDescriptionTypeAdditional information
accAsId

integer

None.

year

integer

None.

month

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "accAsId": 1,
  "year": 2,
  "month": 3
}

application/xml, text/xml

Sample:
<SaveConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Message.Controllers">
  <accAsId>1</accAsId>
  <month>3</month>
  <year>2</year>
</SaveConfig>

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>