PUT v1/pasos/{codigoPaso}/pruebas
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
codigoPaso | string |
Required |
Body Parameters
SolicitarPasoName | Description | Type | Additional information |
---|---|---|---|
ticket | RespuestaData |
None. |
|
codigoPaso | string |
None. |
|
codigoRespuesta | integer |
None. |
|
pruebas | Collection of Prueba |
None. |
Request Formats
application/json, text/plain, text/html
Sample:
{ "ticket": { "codigo": "sample string 1", "fecha": "sample string 2", "referencia": "sample string 3" }, "codigoPaso": "sample string 1", "codigoRespuesta": 2, "pruebas": [ { "rel": "sample string 1", "href": "sample string 2" }, { "rel": "sample string 1", "href": "sample string 2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/plain, text/html
Sample:
Sample not available.