POST api/common/printlog

打印记录接口

Request Information

URI Parameters

None.

Body Parameters

PrintLogModel
NameDescriptionTypeAdditional information
BillId

运单ID

integer

None.

UserId

当前登录的用户ID

integer

None.

Cat

integer

None.

Start

标签起始,打印的类型为标签时传

integer

None.

End

标签结束,打印的类型为标签时传

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "billId": 1,
  "userId": 2,
  "cat": 3,
  "start": 4,
  "end": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

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

application/vnd.contoso

Sample:
:BillIdUserIdCatStartEnd

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/vnd.contoso

Sample:

Sample not available.

application/bson

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