GET api/Procesos/Procesar?APIKey={APIKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKey

string

Required

Body Parameters

None.

Response Information

Resource Description

CProcesosResponse
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Common.APIStatus' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Common.APIStatus' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.