GET api/Procesos/Procesar?APIKey={APIKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CProcesosResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | APIStatus |
None. |
|
| Result | CProcesosResult |
None. |
|
| ErrorList | Collection of ErrorItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": null,
"Result": {
"ItemsTotal": 1,
"ItemsProcesados": 2,
"ItemsFallidos": 3,
"ItemsOk": 4
},
"ErrorList": null
}
text/html
Sample:
{"Status":null,"Result":{"ItemsTotal":1,"ItemsProcesados":2,"ItemsFallidos":3,"ItemsOk":4},"ErrorList":null}
application/xml
Sample:
text/xml
Sample: