POST Api/Integracion/homologacion/del
Request Information
URI Parameters
None.
Body Parameters
homologacionDel| Name | Description | Type | Additional information |
|---|---|---|---|
| cuitFinanciador | string |
None. |
|
| practicas | Collection of homologaciondetalledel |
None. |
Request Formats
application/json, text/json
Sample:
{
"cuitFinanciador": "sample string 1",
"practicas": [
{},
{}
]
}
text/xml
Sample:
<homologacionDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/modelHomologacionDePractica.model">
<cuitFinanciador>sample string 1</cuitFinanciador>
<practicas>
<homologaciondetalledel />
<homologaciondetalledel />
</practicas>
</homologacionDel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of homologacionNone.
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>