POST actionapi/ProductFlowApi/MerchantsBindingmchkdel

Request Information

URI Parameters

None.

Body Parameters

Bindingspkfk
NameDescriptionTypeAdditional information
type

string

None.

UserId

integer

None.

shpchd

string

None.

spbh

string

None.

dwbh

string

None.

spmch

string

None.

spid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "UserId": 2,
  "shpchd": "sample string 3",
  "spbh": "sample string 4",
  "dwbh": "sample string 5",
  "spmch": "sample string 6",
  "spid": "sample string 7"
}

application/xml, text/xml

Sample:
<Bindingspkfk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <UserId>2</UserId>
  <dwbh>sample string 5</dwbh>
  <shpchd>sample string 3</shpchd>
  <spbh>sample string 4</spbh>
  <spid>sample string 7</spid>
  <spmch>sample string 6</spmch>
  <type>sample string 1</type>
</Bindingspkfk>

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 'Bindingspkfk'.

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/" />