POST api/ffcc/OrganizacionModificarClave
Request Information
URI Parameters
None.
Body Parameters
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoRequestOfOrganizacionCambioRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| Dato | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.OrganizacionCambioRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"accessTokenField": "sample string 1",
"datoField": {
"claveField": "sample string 1",
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<DatoRequestOfOrganizacionCambioRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSffcc">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<accessTokenField>sample string 1</accessTokenField>
<datoField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<claveField>sample string 1</claveField>
</datoField>
</DatoRequestOfOrganizacionCambioRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusField": {
"isOKField": true,
"codigoField": 2,
"mensajeField": "sample string 3",
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<DatoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSffcc">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<statusField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<codigoField>2</codigoField>
<isOKField>true</isOKField>
<mensajeField>sample string 3</mensajeField>
</statusField>
</DatoResponse>