POST api/Contenedor/UpdateContenedorM

Request Information

URI Parameters

None.

Body Parameters

ContenedorUpdate
NameDescriptionTypeAdditional information
NUM_LINEA

integer

None.

NUM_CON

string

None.

F_DEV_CTE

string

None.

F_ENTPATIO

string

None.

USR_DEVOL

string

None.

STATUS

string

None.

NUM_PATIO

integer

None.

USR_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NUM_LINEA": 1,
  "NUM_CON": "sample string 2",
  "F_DEV_CTE": "sample string 3",
  "F_ENTPATIO": "sample string 4",
  "USR_DEVOL": "sample string 5",
  "STATUS": "sample string 6",
  "NUM_PATIO": 7,
  "USR_ID": 8
}

application/xml, text/xml

Sample:
<ContenedorUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetWS.Models">
  <F_DEV_CTE>sample string 3</F_DEV_CTE>
  <F_ENTPATIO>sample string 4</F_ENTPATIO>
  <NUM_CON>sample string 2</NUM_CON>
  <NUM_LINEA>1</NUM_LINEA>
  <NUM_PATIO>7</NUM_PATIO>
  <STATUS>sample string 6</STATUS>
  <USR_DEVOL>sample string 5</USR_DEVOL>
  <USR_ID>8</USR_ID>
</ContenedorUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>