POST api/BorrowBooks

Request Information

URI Parameters

None.

Body Parameters

SearchModel
NameDescriptionTypeAdditional information
dz_code

string

None.

book_code

string

None.

code

string

None.

timesstamp

string

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dz_code": "sample string 1",
  "book_code": "sample string 2",
  "code": "sample string 3",
  "timesstamp": "sample string 4",
  "sign": "sample string 5"
}

application/xml, text/xml

Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YunLib.API.Models">
  <book_code>sample string 2</book_code>
  <code>sample string 3</code>
  <dz_code>sample string 1</dz_code>
  <sign>sample string 5</sign>
  <timesstamp>sample string 4</timesstamp>
</SearchModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.