POST Api/Integracion/homologacion/crearFinPres

Request Information

URI Parameters

None.

Body Parameters

homologacionNew
NameDescriptionTypeAdditional information
cuitFinanciador

string

None.

practicas

Collection of homologaciondetalle

None.

Request Formats

application/json, text/json

Sample:
{
  "cuitFinanciador": "sample string 1",
  "practicas": [
    {},
    {}
  ]
}

text/xml

Sample:
<homologacionNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/modelHomologacionDePractica.model">
  <cuitFinanciador>sample string 1</cuitFinanciador>
  <practicas>
    <homologaciondetalle />
    <homologaciondetalle />
  </practicas>
</homologacionNew>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of homologacion

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

text/xml

Sample:
<ArrayOfhomologacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/modelHomologacionDePractica.model">
  <homologacion />
  <homologacion />
</ArrayOfhomologacion>