POST api/CableTestings/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of CableTestingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| CableId | string |
None. |
|
| CableNumber | string |
None. |
|
| TestConductedBy | string |
None. |
|
| TesterSerialNumber | string |
None. |
|
| LastToolCalibration | date |
None. |
|
| TestDate | date |
None. |
|
| Supervisor | string |
None. |
|
| TestVoltage | decimal number |
None. |
|
| PhaseConductorSize | string |
None. |
|
| NeutralSize | string |
None. |
|
| GroundSize | string |
None. |
|
| ABMeg | string |
None. |
|
| ABCont | integer |
None. |
|
| ACMeg | string |
None. |
|
| ACCont | integer |
None. |
|
| BCMeg | string |
None. |
|
| BCCont | integer |
None. |
|
| ANMeg | string |
None. |
|
| ANCont | integer |
None. |
|
| BNMeg | string |
None. |
|
| BNCont | integer |
None. |
|
| CNMeg | string |
None. |
|
| CNCont | integer |
None. |
|
| AGNDMeg | string |
None. |
|
| AGNDCont | integer |
None. |
|
| BGNDMeg | string |
None. |
|
| BGNDCont | integer |
None. |
|
| CGNDMeg | string |
None. |
|
| CGNDCont | integer |
None. |
|
| NGNDMeg | string |
None. |
|
| NGNDCont | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedOn | date |
None. |
|
| DeletedOn | date |
None. |
|
| DeletedBy | string |
None. |
|
| _removed | boolean |
None. |
|
| _lastChange | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"CableId": "sample string 2",
"CableNumber": "sample string 3",
"TestConductedBy": "sample string 4",
"TesterSerialNumber": "sample string 5",
"LastToolCalibration": "2025-10-27T18:29:10.0068436+00:00",
"TestDate": "2025-10-27T18:29:10.0068436+00:00",
"Supervisor": "sample string 6",
"TestVoltage": 1.0,
"PhaseConductorSize": "sample string 7",
"NeutralSize": "sample string 8",
"GroundSize": "sample string 9",
"ABMeg": "sample string 10",
"ABCont": 1,
"ACMeg": "sample string 11",
"ACCont": 1,
"BCMeg": "sample string 12",
"BCCont": 1,
"ANMeg": "sample string 13",
"ANCont": 1,
"BNMeg": "sample string 14",
"BNCont": 1,
"CNMeg": "sample string 15",
"CNCont": 1,
"AGNDMeg": "sample string 16",
"AGNDCont": 1,
"BGNDMeg": "sample string 17",
"BGNDCont": 1,
"CGNDMeg": "sample string 18",
"CGNDCont": 1,
"NGNDMeg": "sample string 19",
"NGNDCont": 1,
"CreatedBy": "sample string 20",
"CreatedOn": "2025-10-27T18:29:10.0068436+00:00",
"UpdatedBy": "sample string 22",
"UpdatedOn": "2025-10-27T18:29:10.0068436+00:00",
"DeletedOn": "2025-10-27T18:29:10.0068436+00:00",
"DeletedBy": "sample string 23",
"_removed": true,
"_lastChange": 1
},
{
"id": "sample string 1",
"CableId": "sample string 2",
"CableNumber": "sample string 3",
"TestConductedBy": "sample string 4",
"TesterSerialNumber": "sample string 5",
"LastToolCalibration": "2025-10-27T18:29:10.0068436+00:00",
"TestDate": "2025-10-27T18:29:10.0068436+00:00",
"Supervisor": "sample string 6",
"TestVoltage": 1.0,
"PhaseConductorSize": "sample string 7",
"NeutralSize": "sample string 8",
"GroundSize": "sample string 9",
"ABMeg": "sample string 10",
"ABCont": 1,
"ACMeg": "sample string 11",
"ACCont": 1,
"BCMeg": "sample string 12",
"BCCont": 1,
"ANMeg": "sample string 13",
"ANCont": 1,
"BNMeg": "sample string 14",
"BNCont": 1,
"CNMeg": "sample string 15",
"CNCont": 1,
"AGNDMeg": "sample string 16",
"AGNDCont": 1,
"BGNDMeg": "sample string 17",
"BGNDCont": 1,
"CGNDMeg": "sample string 18",
"CGNDCont": 1,
"NGNDMeg": "sample string 19",
"NGNDCont": 1,
"CreatedBy": "sample string 20",
"CreatedOn": "2025-10-27T18:29:10.0068436+00:00",
"UpdatedBy": "sample string 22",
"UpdatedOn": "2025-10-27T18:29:10.0068436+00:00",
"DeletedOn": "2025-10-27T18:29:10.0068436+00:00",
"DeletedBy": "sample string 23",
"_removed": true,
"_lastChange": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCableTestingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HuntMillerElectric.Models.Projects">
<CableTestingModel>
<ABCont>1</ABCont>
<ABMeg>sample string 10</ABMeg>
<ACCont>1</ACCont>
<ACMeg>sample string 11</ACMeg>
<AGNDCont>1</AGNDCont>
<AGNDMeg>sample string 16</AGNDMeg>
<ANCont>1</ANCont>
<ANMeg>sample string 13</ANMeg>
<BCCont>1</BCCont>
<BCMeg>sample string 12</BCMeg>
<BGNDCont>1</BGNDCont>
<BGNDMeg>sample string 17</BGNDMeg>
<BNCont>1</BNCont>
<BNMeg>sample string 14</BNMeg>
<CGNDCont>1</CGNDCont>
<CGNDMeg>sample string 18</CGNDMeg>
<CNCont>1</CNCont>
<CNMeg>sample string 15</CNMeg>
<CableId>sample string 2</CableId>
<CableNumber>sample string 3</CableNumber>
<CreatedBy>sample string 20</CreatedBy>
<CreatedOn>2025-10-27T18:29:10.0068436+00:00</CreatedOn>
<DeletedBy>sample string 23</DeletedBy>
<DeletedOn>2025-10-27T18:29:10.0068436+00:00</DeletedOn>
<GroundSize>sample string 9</GroundSize>
<LastToolCalibration>2025-10-27T18:29:10.0068436+00:00</LastToolCalibration>
<NGNDCont>1</NGNDCont>
<NGNDMeg>sample string 19</NGNDMeg>
<NeutralSize>sample string 8</NeutralSize>
<PhaseConductorSize>sample string 7</PhaseConductorSize>
<Supervisor>sample string 6</Supervisor>
<TestConductedBy>sample string 4</TestConductedBy>
<TestDate>2025-10-27T18:29:10.0068436+00:00</TestDate>
<TestVoltage>1</TestVoltage>
<TesterSerialNumber>sample string 5</TesterSerialNumber>
<UpdatedBy>sample string 22</UpdatedBy>
<UpdatedOn>2025-10-27T18:29:10.0068436+00:00</UpdatedOn>
<_lastChange>1</_lastChange>
<_removed>true</_removed>
<id>sample string 1</id>
</CableTestingModel>
<CableTestingModel>
<ABCont>1</ABCont>
<ABMeg>sample string 10</ABMeg>
<ACCont>1</ACCont>
<ACMeg>sample string 11</ACMeg>
<AGNDCont>1</AGNDCont>
<AGNDMeg>sample string 16</AGNDMeg>
<ANCont>1</ANCont>
<ANMeg>sample string 13</ANMeg>
<BCCont>1</BCCont>
<BCMeg>sample string 12</BCMeg>
<BGNDCont>1</BGNDCont>
<BGNDMeg>sample string 17</BGNDMeg>
<BNCont>1</BNCont>
<BNMeg>sample string 14</BNMeg>
<CGNDCont>1</CGNDCont>
<CGNDMeg>sample string 18</CGNDMeg>
<CNCont>1</CNCont>
<CNMeg>sample string 15</CNMeg>
<CableId>sample string 2</CableId>
<CableNumber>sample string 3</CableNumber>
<CreatedBy>sample string 20</CreatedBy>
<CreatedOn>2025-10-27T18:29:10.0068436+00:00</CreatedOn>
<DeletedBy>sample string 23</DeletedBy>
<DeletedOn>2025-10-27T18:29:10.0068436+00:00</DeletedOn>
<GroundSize>sample string 9</GroundSize>
<LastToolCalibration>2025-10-27T18:29:10.0068436+00:00</LastToolCalibration>
<NGNDCont>1</NGNDCont>
<NGNDMeg>sample string 19</NGNDMeg>
<NeutralSize>sample string 8</NeutralSize>
<PhaseConductorSize>sample string 7</PhaseConductorSize>
<Supervisor>sample string 6</Supervisor>
<TestConductedBy>sample string 4</TestConductedBy>
<TestDate>2025-10-27T18:29:10.0068436+00:00</TestDate>
<TestVoltage>1</TestVoltage>
<TesterSerialNumber>sample string 5</TesterSerialNumber>
<UpdatedBy>sample string 22</UpdatedBy>
<UpdatedOn>2025-10-27T18:29:10.0068436+00:00</UpdatedOn>
<_lastChange>1</_lastChange>
<_removed>true</_removed>
<id>sample string 1</id>
</CableTestingModel>
</ArrayOfCableTestingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.