POST api/values/InsertCustomer

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional information
Identificacion

string

None.

IdentificacionTipoId

integer

None.

Name

string

None.

Email

string

None.

Phone

string

None.

password

string

None.

Apellido

string

None.

NumeroAfilicionAS

string

None.

Sexo

string

None.

FechaNacimiento

date

None.

ARS

string

None.

ArsestatusId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Identificacion": "sample string 1",
  "IdentificacionTipoId": 2,
  "Name": "sample string 3",
  "Email": "sample string 4",
  "Phone": "sample string 5",
  "password": "sample string 6",
  "Apellido": "sample string 7",
  "NumeroAfilicionAS": "sample string 8",
  "Sexo": "sample string 9",
  "FechaNacimiento": "2025-11-30T17:27:27.9614325-04:00",
  "ARS": "sample string 11",
  "ArsestatusId": 12
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.