POST api/PlantillaTitulo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DocumentoPDFName | Description | Type | Additional information |
---|---|---|---|
Documento |
Contenido binario del PDF |
Collection of byte |
None. |
Paginas |
Representación en Jpg binario de las páginas que forman el PDF |
Collection of Collection of byte |
None. |
Areas |
Áreas del PDF que serán llenadas con información de la persona a titularse |
Collection of AreaImagen |
None. |
Response Formats
application/json, text/json
Sample:
{ "Documento": "QEA=", "Paginas": [ "QEA=", "QEA=" ], "Areas": [ { "Tipo": "sample string 1", "X": 2.1, "Y": 3.1, "Alto": 4.1, "Ancho": 5.1, "Formato": "sample string 6" }, { "Tipo": "sample string 1", "X": 2.1, "Y": 3.1, "Alto": 4.1, "Ancho": 5.1, "Formato": "sample string 6" } ] }
text/html
Sample:
{"Documento":"QEA=","Paginas":["QEA=","QEA="],"Areas":[{"Tipo":"sample string 1","X":2.1,"Y":3.1,"Alto":4.1,"Ancho":5.1,"Formato":"sample string 6"},{"Tipo":"sample string 1","X":2.1,"Y":3.1,"Alto":4.1,"Ancho":5.1,"Formato":"sample string 6"}]}