POST api/contactos
Request Information
URI Parameters
None.
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": "c45ebb12-3468-4255-ae75-8f0418761657",
"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.