POST api/LM/UpdateStatus

Request Information

URI Parameters

None.

Body Parameters

LocationMaintDtos
NameDescriptionTypeAdditional information
Location_ID

integer

None.

Location_Name

string

None.

Location_StoreNbr

integer

None.

Location_Log_ID

integer

None.

Location_Log_LocationID

integer

None.

Location_Log_StoreNbr

integer

None.

Location_Log_PositionID

integer

None.

isEnabledForStore

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Location_ID": 1,
  "Location_Name": "sample string 2",
  "Location_StoreNbr": 3,
  "Location_Log_ID": 4,
  "Location_Log_LocationID": 5,
  "Location_Log_StoreNbr": 6,
  "Location_Log_PositionID": 7,
  "isEnabledForStore": true
}

application/xml, text/xml

Sample:
<LocationMaintDtos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBIC_WebApi.Models">
  <Location_ID>1</Location_ID>
  <Location_Log_ID>4</Location_Log_ID>
  <Location_Log_LocationID>5</Location_Log_LocationID>
  <Location_Log_PositionID>7</Location_Log_PositionID>
  <Location_Log_StoreNbr>6</Location_Log_StoreNbr>
  <Location_Name>sample string 2</Location_Name>
  <Location_StoreNbr>3</Location_StoreNbr>
  <isEnabledForStore>true</isEnabledForStore>
</LocationMaintDtos>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.