POST actionapi/TMSbmdoc/RemoveTMSbmdoc

Request Information

URI Parameters

None.

Body Parameters

TMSbmdocQuery
NameDescriptionTypeAdditional information
bmid

string

None.

bmbh

string

None.

bm

string

None.

pageSize

integer

None.

pageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bmid": "sample string 1",
  "bmbh": "sample string 2",
  "bm": "sample string 3",
  "pageSize": 4,
  "pageIndex": 5
}

application/xml, text/xml

Sample:
<TMSbmdocController.TMSbmdocQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers">
  <bm>sample string 3</bm>
  <bmbh>sample string 2</bmbh>
  <bmid>sample string 1</bmid>
  <pageIndex>5</pageIndex>
  <pageSize>4</pageSize>
</TMSbmdocController.TMSbmdocQuery>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TMSbmdocQuery'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />