sgrListaPontosApoioCliente
Lists customer-related support points.
PARAMETERS
| Field | Type | Required? | Description |
|---|---|---|---|
| accesskey | string | Yes | Key returned by the sgrLogin method. |
| cdcli | integer | Yes | Client code, returned by the sgrListaEmpresasPASUsuario method. |
METHOD RETURN:
ReturnDataset: If the access key provided is valid, the property will display:
| Field | Type | Description |
|---|---|---|
| CDAPOIO | integer | Support point code |
| DSRAZAOSOC | char(50) | Support point name |
| DSFANTASIA | char(20) | Support point fantasy name |
| CDTIPOAPOIO | integer | Support point type code |
| DSTIPOAPOIO | string | Description of the support point type |
| VLLAT | float | Latitude |
| VLLONG | float | Longitude |
| CDCID | integer | Support point city code |
ReturnDescription: If there is an error executing the method, the property will display:
| Error | Description |
|---|---|
| There are no Support Points Related to the Customer! |