POST api/proyecto/SolserInsertar
Request Information
URI Parameters
None.
Body Parameters
SolserName | Description | Type | Additional information |
---|---|---|---|
Idi | string |
None. |
|
Proyecto | string |
None. |
|
FechaInicio | date |
None. |
|
FechaFin | date |
None. |
|
TipRec | integer |
None. |
|
EntregaBBDD | date |
None. |
|
CantGrupos | integer |
None. |
|
ResponsableCuentas | string |
None. |
|
JefeCampo | string |
None. |
|
Proyector | integer |
None. |
|
parlantes | integer |
None. |
|
laptop | integer |
None. |
|
papelografos | integer |
None. |
|
plumones | integer |
None. |
|
lapiceros | integer |
None. |
|
cuestionario | integer |
None. |
|
concepto | integer |
None. |
|
muestras | integer |
None. |
|
permisos | integer |
None. |
|
BD | integer |
None. |
|
Otros | integer |
None. |
|
Tablets | integer |
None. |
|
Observaciones | string |
None. |
|
InformeIntegrado | integer |
None. |
|
NivelComplejidadID | integer |
None. |
|
TentativaPiloto | date |
None. |
|
TentativaCapacitacion | date |
None. |
|
Estado | integer |
None. |
|
SolMuestreo | integer |
None. |
|
CodigoUser | string |
None. |
|
Observaciones2 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Idi": "sample string 1", "Proyecto": "sample string 2", "FechaInicio": "2025-08-02T19:04:05.2437808-05:00", "FechaFin": "2025-08-02T19:04:05.2437808-05:00", "TipRec": 5, "EntregaBBDD": "2025-08-02T19:04:05.2437808-05:00", "CantGrupos": 1, "ResponsableCuentas": "sample string 7", "JefeCampo": "sample string 8", "Proyector": 1, "parlantes": 1, "laptop": 1, "papelografos": 1, "plumones": 1, "lapiceros": 1, "cuestionario": 1, "concepto": 1, "muestras": 1, "permisos": 1, "BD": 1, "Otros": 1, "Tablets": 1, "Observaciones": "sample string 9", "InformeIntegrado": 10, "NivelComplejidadID": 11, "TentativaPiloto": "2025-08-02T19:04:05.2437808-05:00", "TentativaCapacitacion": "2025-08-02T19:04:05.2437808-05:00", "Estado": 14, "SolMuestreo": 15, "CodigoUser": "sample string 16", "Observaciones2": 17 }
application/xml, text/xml
Sample:
<Solser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Intranet.Proyectos"> <BD>1</BD> <CantGrupos>1</CantGrupos> <CodigoUser>sample string 16</CodigoUser> <EntregaBBDD>2025-08-02T19:04:05.2437808-05:00</EntregaBBDD> <Estado>14</Estado> <FechaFin>2025-08-02T19:04:05.2437808-05:00</FechaFin> <FechaInicio>2025-08-02T19:04:05.2437808-05:00</FechaInicio> <Idi>sample string 1</Idi> <InformeIntegrado>10</InformeIntegrado> <JefeCampo>sample string 8</JefeCampo> <NivelComplejidadID>11</NivelComplejidadID> <Observaciones>sample string 9</Observaciones> <Observaciones2>17</Observaciones2> <Otros>1</Otros> <Proyecto>sample string 2</Proyecto> <Proyector>1</Proyector> <ResponsableCuentas>sample string 7</ResponsableCuentas> <SolMuestreo>15</SolMuestreo> <Tablets>1</Tablets> <TentativaCapacitacion>2025-08-02T19:04:05.2437808-05:00</TentativaCapacitacion> <TentativaPiloto>2025-08-02T19:04:05.2437808-05:00</TentativaPiloto> <TipRec>5</TipRec> <concepto>1</concepto> <cuestionario>1</cuestionario> <lapiceros>1</lapiceros> <laptop>1</laptop> <muestras>1</muestras> <papelografos>1</papelografos> <parlantes>1</parlantes> <permisos>1</permisos> <plumones>1</plumones> </Solser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SolserBName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
img | string |
None. |
|
nick | string |
None. |
|
nombre | string |
None. |
|
fecha_creacion | string |
None. |
|
fecha_envio | string |
None. |
|
fecha_modificacion | string |
None. |
|
jefcuenta | string |
None. |
|
estado | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "img": "sample string 2", "nick": "sample string 3", "nombre": "sample string 4", "fecha_creacion": "sample string 5", "fecha_envio": "sample string 6", "fecha_modificacion": "sample string 7", "jefcuenta": "sample string 8", "estado": 9 }
application/xml, text/xml
Sample:
<SolserB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Intranet.Proyectos"> <Id>sample string 1</Id> <estado>9</estado> <fecha_creacion>sample string 5</fecha_creacion> <fecha_envio>sample string 6</fecha_envio> <fecha_modificacion>sample string 7</fecha_modificacion> <img>sample string 2</img> <jefcuenta>sample string 8</jefcuenta> <nick>sample string 3</nick> <nombre>sample string 4</nombre> </SolserB>