POST order/usecard

Request Information

URI Parameters

None.

Body Parameters

Card
NameDescriptionTypeAdditional information
code

string

None.

book_id

integer

None.

account_id

integer

None.

media_type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "book_id": 2,
  "account_id": 3,
  "media_type": 4
}

application/xml, text/xml

Sample:
<Card xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/uBase.DataAccess.Model">
  <account_id>3</account_id>
  <book_id>2</book_id>
  <code>sample string 1</code>
  <media_type>4</media_type>
</Card>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.