POST api/v1/Deployment/PostInstallationProductV2
Request Information
URI Parameters
None.
Body Parameters
Collection of ServiceAnalyserInstructionResource| Name | Description | Type | Additional 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:37:26.8007058+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:37:26.8007058+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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.