sgrListaBanco
Returns a list of banks.
PARAMETERS
Field | Type | Required? | Description |
---|---|---|---|
accesskey | string | Yes | Key returned by the sgrLogin method. |
METHOD RETURN:
ReturnDataset: If the access key provided is valid, the dataset will display:
Field | Type | Description |
---|---|---|
CDBANCO | integer | Bank code |
DSBANCO | string | Bank name |
NRBANCO | char(5) | Bank number |
ReturnDescription: If there is an error executing the method, the property will indicate the error. For example, if there is no bank registered.