POST api/Prelog/cancelpreloglist?prelogIDList={prelogIDList}&cancelReasonID={cancelReasonID}&descriptions={descriptions}

Does the muti cancel prelog list.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
prelogIDList

The prelog identifier list.

string

Required

cancelReasonID

The ID of the reason for cancellation

integer

Required

descriptions

The descriptions

string

Required

Body Parameters

None.

Response Information

Resource Description

true if XXXX, false otherwise.

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>