GET api/FusionCloud?url={url}&accountNumber={accountNumber}&idComprobante={idComprobante}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
Required |
|
| accountNumber | string |
Required |
|
| idComprobante | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FusionCloudResponseSincronizacion| Name | Description | Type | Additional information |
|---|---|---|---|
| CUENTA | CUENTA |
None. |
Response Formats
application/json, text/json
Sample:
{
"CUENTA": {
"ACCOUNTNAME": "sample string 1",
"ACCOUNTNUMBER": "sample string 2",
"PARTYNUMBER": "sample string 3",
"PARTYSITENUMBER": "sample string 4",
"PARTYID": 5.1,
"PARTYSITEID": 6.1,
"CUSTOMERACCOUNTID": 7.1,
"CUSTACCTSITEID": 8.1,
"SITEUSEID": 9.1,
"LOCATION": 10.1,
"ERRORES": {
"ERROR": [
{
"ID": 1,
"DESCRIPCION": "sample string 2",
"FECHA": "2025-12-09T08:54:30.6459393-06:00"
},
{
"ID": 1,
"DESCRIPCION": "sample string 2",
"FECHA": "2025-12-09T08:54:30.6459393-06:00"
}
]
}
}
}
application/xml, text/xml
Sample:
<FusionCloudResponseSincronizacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Emision.Models">
<CUENTA>
<ACCOUNTNAME>sample string 1</ACCOUNTNAME>
<ACCOUNTNUMBER>sample string 2</ACCOUNTNUMBER>
<CUSTACCTSITEID>8.1</CUSTACCTSITEID>
<CUSTOMERACCOUNTID>7.1</CUSTOMERACCOUNTID>
<ERRORES>
<ERROR>
<ERROR>
<DESCRIPCION>sample string 2</DESCRIPCION>
<FECHA>2025-12-09T08:54:30.6459393-06:00</FECHA>
<ID>1</ID>
</ERROR>
<ERROR>
<DESCRIPCION>sample string 2</DESCRIPCION>
<FECHA>2025-12-09T08:54:30.6459393-06:00</FECHA>
<ID>1</ID>
</ERROR>
</ERROR>
</ERRORES>
<LOCATION>10.1</LOCATION>
<PARTYID>5.1</PARTYID>
<PARTYNUMBER>sample string 3</PARTYNUMBER>
<PARTYSITEID>6.1</PARTYSITEID>
<PARTYSITENUMBER>sample string 4</PARTYSITENUMBER>
<SITEUSEID>9.1</SITEUSEID>
</CUENTA>
</FusionCloudResponseSincronizacion>