GET api/ContratistaAPI/GetActivos
Obtiene Items Activos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Contratista| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RazonSocial | string |
Required String length: inclusive between 0 and 100 |
|
| CUIT | string |
Required String length: inclusive between 0 and 10 |
|
| Telefono | string |
String length: inclusive between 0 and 50 |
|
| string |
String length: inclusive between 0 and 50 |
||
| CodigoSap | string |
String length: inclusive between 0 and 10 |
|
| Propio | boolean |
None. |
|
| FechaDeBaja | date |
None. |
|
| FechaDeModificacion | date |
None. |
|
| UsuarioDeModificacion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "77c19b3d-1073-47f9-9214-17c92f977e6f",
"RazonSocial": "sample string 2",
"CUIT": "sample string 3",
"Telefono": "sample string 4",
"Mail": "sample string 5",
"CodigoSap": "sample string 6",
"Propio": true,
"FechaDeBaja": "2026-01-09T12:42:01.778688-03:00",
"FechaDeModificacion": "2026-01-09T12:42:01.778688-03:00",
"UsuarioDeModificacion": "sample string 7"
},
{
"Id": "77c19b3d-1073-47f9-9214-17c92f977e6f",
"RazonSocial": "sample string 2",
"CUIT": "sample string 3",
"Telefono": "sample string 4",
"Mail": "sample string 5",
"CodigoSap": "sample string 6",
"Propio": true,
"FechaDeBaja": "2026-01-09T12:42:01.778688-03:00",
"FechaDeModificacion": "2026-01-09T12:42:01.778688-03:00",
"UsuarioDeModificacion": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfContratista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<Contratista>
<CUIT>sample string 3</CUIT>
<CodigoSap>sample string 6</CodigoSap>
<FechaDeBaja>2026-01-09T12:42:01.778688-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-09T12:42:01.778688-03:00</FechaDeModificacion>
<Id>77c19b3d-1073-47f9-9214-17c92f977e6f</Id>
<Mail>sample string 5</Mail>
<Propio>true</Propio>
<RazonSocial>sample string 2</RazonSocial>
<Telefono>sample string 4</Telefono>
<UsuarioDeModificacion>sample string 7</UsuarioDeModificacion>
</Contratista>
<Contratista>
<CUIT>sample string 3</CUIT>
<CodigoSap>sample string 6</CodigoSap>
<FechaDeBaja>2026-01-09T12:42:01.778688-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-09T12:42:01.778688-03:00</FechaDeModificacion>
<Id>77c19b3d-1073-47f9-9214-17c92f977e6f</Id>
<Mail>sample string 5</Mail>
<Propio>true</Propio>
<RazonSocial>sample string 2</RazonSocial>
<Telefono>sample string 4</Telefono>
<UsuarioDeModificacion>sample string 7</UsuarioDeModificacion>
</Contratista>
</ArrayOfContratista>