POST order/printbook
Request Information
URI Parameters
None.
Body Parameters
OrderPrintBookName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
book_id | integer |
None. |
|
account_id | integer |
None. |
|
media_type | integer |
None. |
|
quantity | integer |
None. |
|
prince_id | integer |
None. |
|
district_id | integer |
None. |
|
address | string |
None. |
|
account_name | string |
None. |
|
account_phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "book_id": 2, "account_id": 3, "media_type": 4, "quantity": 5, "prince_id": 6, "district_id": 7, "address": "sample string 8", "account_name": "sample string 9", "account_phone": "sample string 10" }
application/xml, text/xml
Sample:
<OrderPrintBook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/uBase.DataAccess.Model"> <account_id>3</account_id> <account_name>sample string 9</account_name> <account_phone>sample string 10</account_phone> <address>sample string 8</address> <book_id>2</book_id> <code>sample string 1</code> <district_id>7</district_id> <media_type>4</media_type> <prince_id>6</prince_id> <quantity>5</quantity> </OrderPrintBook>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |