PUT api/ResguardoFiel/Guardar

Request Information

URI Parameters

None.

Body Parameters

DtoResguardoFiel
NameDescriptionTypeAdditional information
IdUsuarioExterno

globally unique identifier

None.

RFC

string

None.

ArchivoCer

Collection of byte

None.

ArchivoKey

Collection of byte

None.

Secreto

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdUsuarioExterno": "964f56fe-1cd6-4444-a7b5-3fd4b45846cf",
  "RFC": "sample string 2",
  "ArchivoCer": "QEA=",
  "ArchivoKey": "QEA=",
  "Secreto": "sample string 3"
}

application/xml, text/xml

Sample:
<DtoResguardoFiel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Solicitudes.WebApi.Models">
  <ArchivoCer>QEA=</ArchivoCer>
  <ArchivoKey>QEA=</ArchivoKey>
  <IdUsuarioExterno>964f56fe-1cd6-4444-a7b5-3fd4b45846cf</IdUsuarioExterno>
  <RFC>sample string 2</RFC>
  <Secreto>sample string 3</Secreto>
</DtoResguardoFiel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.