PUT api/contactos/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

ContactoStoreUpdateModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CodigoCliente

string

None.

Nombre

string

Required

String length: inclusive between 0 and 200

Email

string

Required

String length: inclusive between 0 and 200

Dni

string

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "Id": "82dee72b-42a2-4314-ac53-abfb564690ee",
  "CodigoCliente": "sample string 2",
  "Nombre": "sample string 3",
  "Email": "sample string 4",
  "Dni": "sample string 5"
}

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

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'ContactoStoreUpdateModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.