POST api/SAU/ActualizarDBAsync

Sincroniza la información pendiente desde la base de datos central(Postgresql) a la base de datos local del SAU (Oracle)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Result

Object

None.

Client

HttpClient

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Result": {},
  "Client": {
    "DefaultRequestHeaders": [],
    "BaseAddress": "http://webapihelppage1.com",
    "Timeout": "00:00:00.1234567",
    "MaxResponseContentBufferSize": 3
  }
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Net.Http.HttpMessageInvoker' 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 'System.Net.Http.HttpMessageInvoker' 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.