POST api/Placement/PlacementMaster

Request Information

URI Parameters

None.

Body Parameters

PlacementMaster
NameDescriptionTypeAdditional information
USER_ID

integer

None.

ACTION

string

None.

PRODUCT_TYPE

integer

None.

FIXED_VALUE_ID

integer

None.

PLACEMENT

string

None.

errMsg

string

None.

response

boolean

None.

ds

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": 1,
  "ACTION": "sample string 2",
  "PRODUCT_TYPE": 3,
  "FIXED_VALUE_ID": 4,
  "PLACEMENT": "sample string 5",
  "errMsg": "sample string 6",
  "response": true,
  "ds": null
}

application/xml, text/xml

Sample:
<PlacementMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models">
  <ACTION>sample string 2</ACTION>
  <FIXED_VALUE_ID>4</FIXED_VALUE_ID>
  <PLACEMENT>sample string 5</PLACEMENT>
  <PRODUCT_TYPE>3</PRODUCT_TYPE>
  <USER_ID>1</USER_ID>
  <ds i:nil="true" />
  <errMsg>sample string 6</errMsg>
  <response>true</response>
</PlacementMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.