POST api/AccountPassBookEntry/Cancel

Request Information

URI Parameters

None.

Body Parameters

AccountPassBookEntryCancelVM
NameDescriptionTypeAdditional information
PassBookEntryId

integer

Required

CancelUser

integer

None.

CancelIp

string

Required

String length: inclusive between 0 and 20

CancelRemark

string

Required

String length: inclusive between 0 and 500

Request Formats

application/json, text/json

Sample:
{
  "PassBookEntryId": 1,
  "CancelUser": 2,
  "CancelIp": "sample string 3",
  "CancelRemark": "sample string 4"
}

application/xml, text/xml

Sample:
<AccountPassBookEntryCancelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CancelIp>sample string 3</CancelIp>
  <CancelRemark>sample string 4</CancelRemark>
  <CancelUser>2</CancelUser>
  <PassBookEntryId>1</PassBookEntryId>
</AccountPassBookEntryCancelVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.