POST api/Business/Rebate/Account/SetToThisYear

将过去年度的账户及余额结转至今年(返款余额总是以年为单位组织)。 此存储过程原名SP_FK_SetToThisYear。

Request Information

URI Parameters

None.

Body Parameters

RebateAccIdentityParm
NameDescriptionTypeAdditional information
dwlx

客户类型。可以是以下取值:1-地接社,2-组团社,3-协议单位,4-地接社部门,5-组团社部门,6-协议单位部门,7-导游员。

string

Required

Max length: 1

Min length: 1

dwid

客户 ID

string

Required

Max length: 36

yearcode

返款账户所属的年度。

string

Required

Max length: 4

Min length: 4

Request Formats

application/json, text/json

Sample:
{
  "dwlx": "sample string 1",
  "dwid": "sample string 2",
  "yearcode": "sample string 3"
}

application/xml, text/xml

Sample:
<RebateAccIdentityParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm">
  <dwid>sample string 2</dwid>
  <dwlx>sample string 1</dwlx>
  <yearcode>sample string 3</yearcode>
</RebateAccIdentityParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

将过去年度的账户及余额结转至今年(返款余额总是以年为单位组织)。 此存储过程原名SP_FK_SetToThisYear。

CommonOperationResult
NameDescriptionTypeAdditional information
errcode

错误代码,通常0表示成功,其他值表示错误。

integer

None.

errmsg

错误描述,当errcode不为零时,此值可以用于呈现给用户。

string

None.

tag

操作同时,服务器端需要返回的其他值。

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": "sample string 3"
}

application/xml, text/xml

Sample:
<CommonOperationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag>sample string 3</tag>
</CommonOperationResult>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.