POST api/PostSiniestroCierreParteManual?strToken={strToken}&strSiniestroId={strSiniestroId}&strNombre={strNombre}&strExtension={strExtension}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strToken

string

Required

strSiniestroId

string

Required

strNombre

string

Required

strExtension

string

Required

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Respuesta
NameDescriptionTypeAdditional information
booOk

boolean

None.

strValor

string

None.

strMensaje

string

None.

Response Formats

application/json, text/json

Sample:
{
  "booOk": true,
  "strValor": "sample string 2",
  "strMensaje": "sample string 3"
}

text/xml

Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestHaierSatWA.App_Code">
  <booOk>true</booOk>
  <strMensaje>sample string 3</strMensaje>
  <strValor>sample string 2</strValor>
</Respuesta>