POST api/v1/Deployment/SyncAOSDatabaseAsync

Request Information

URI Parameters

None.

Body Parameters

Collection of ServiceAnalyserInstructionResource
NameDescriptionTypeAdditional information
ServiceAnalyserInstructionID

integer

None.

_Instruction

ServiceAnalyserInstructionEnum

None.

_CustomerSystemCode

string

None.

_CreationDate

date

None.

SoftwareVersionID

integer

None.

_SoftwareVersionName

string

None.

_InstructionDetail

string

None.

_MacAddress

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ServiceAnalyserInstructionID": 1,
    "_Instruction": 1000,
    "_CustomerSystemCode": "sample string 2",
    "_CreationDate": "2025-12-06T17:35:46.9651472+00:00",
    "SoftwareVersionID": 1,
    "_SoftwareVersionName": "sample string 4",
    "_InstructionDetail": "sample string 5",
    "_MacAddress": "sample string 6"
  },
  {
    "ServiceAnalyserInstructionID": 1,
    "_Instruction": 1000,
    "_CustomerSystemCode": "sample string 2",
    "_CreationDate": "2025-12-06T17:35:46.9651472+00:00",
    "SoftwareVersionID": 1,
    "_SoftwareVersionName": "sample string 4",
    "_InstructionDetail": "sample string 5",
    "_MacAddress": "sample string 6"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.