POST Api/Segi/v1/wsTabletPcCloud/CambiarClaveCliente

Request Information

URI Parameters

None.

Body Parameters

CambiarClaveClienteRequest
NameDescriptionTypeAdditional information
nCodEmpr

integer

None.

nEmpresa

integer

None.

cRutCliente

string

None.

cClaveAntigua

string

None.

cClaveNueva

string

None.

Request Formats

application/json, text/json

Sample:
{
  "nCodEmpr": 1,
  "nEmpresa": 2,
  "cRutCliente": "sample string 3",
  "cClaveAntigua": "sample string 4",
  "cClaveNueva": "sample string 5"
}

application/xml, text/xml

Sample:
<TabletPcCloudController.CambiarClaveClienteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Segi.Controllers">
  <cClaveAntigua>sample string 4</cClaveAntigua>
  <cClaveNueva>sample string 5</cClaveNueva>
  <cRutCliente>sample string 3</cRutCliente>
  <nCodEmpr>1</nCodEmpr>
  <nEmpresa>2</nEmpresa>
</TabletPcCloudController.CambiarClaveClienteRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.