GET api/AdminServices/TryResyncIntegration?key={key}&orderId={orderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

orderId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Success
NameDescriptionTypeAdditional information
Successful

boolean

None.

MsgSuccess

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Successful": true,
  "MsgSuccess": "sample string 2"
}

application/xml, text/xml

Sample:
<Success xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ManagementServices.Repositories.Response">
  <MsgSuccess>sample string 2</MsgSuccess>
  <Successful>true</Successful>
</Success>