PUT api/contactos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
ContactoStoreUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CodigoCliente | string |
None. |
|
| Nombre | string |
Required String length: inclusive between 0 and 200 |
|
| 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:
multipart/form-data
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.