POST api/ReintegrosApi/EsSindicatoAsync

Request Information

URI Parameters

None.

Body Parameters

ParReintegros
NameDescriptionTypeAdditional information
FechaSolicitudDesde

date

None.

FechaSolicitudHasta

date

None.

CUIT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FechaSolicitudDesde": "2025-12-06T01:59:26.085-03:00",
  "FechaSolicitudHasta": "2025-12-06T01:59:26.085-03:00",
  "CUIT": "sample string 1"
}

application/xml, text/xml

Sample:
<ParReintegros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mastersoft.Reintegros.Entities">
  <CUIT>sample string 1</CUIT>
  <FechaSolicitudDesde>2025-12-06T01:59:26.085224-03:00</FechaSolicitudDesde>
  <FechaSolicitudHasta>2025-12-06T01:59:26.085224-03:00</FechaSolicitudHasta>
</ParReintegros>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ParReintegros'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>