PUT api/Vault/Crear

Request Information

URI Parameters

None.

Body Parameters

DtoFiel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ArchivoCer

string

None.

ArchivoKey

string

None.

Secreto

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "d906be6e-d3a6-4dfe-b8c9-553fb395bdec",
  "ArchivoCer": "sample string 2",
  "ArchivoKey": "sample string 3",
  "Secreto": "sample string 4"
}

application/xml, text/xml

Sample:
<DtoFiel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Vault.Aplicacion">
  <ArchivoCer>sample string 2</ArchivoCer>
  <ArchivoKey>sample string 3</ArchivoKey>
  <Id>d906be6e-d3a6-4dfe-b8c9-553fb395bdec</Id>
  <Secreto>sample string 4</Secreto>
</DtoFiel>

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

Response Information

Resource Description

None.