GET api/ForwarderSocioNegociosCartaDeGarantia/ArchivoCartaGarantia/{IdSocioNegocio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSocioNegocio |
. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Archivo| Name | Description | Type | Additional information |
|---|---|---|---|
| nombre |
. |
string |
String length: inclusive between 0 and 100 |
| data |
. |
Collection of byte |
None. |
| dataType |
. |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
{
"nombre": "sample string 1",
"data": "QEA=",
"dataType": "sample string 2"
}
application/xml, text/xml
Sample:
<Archivo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClimberApi.Models"> <data>QEA=</data> <dataType>sample string 2</dataType> <nombre>sample string 1</nombre> </Archivo>