POST utils/v2/Equipment/MergeEquipment?CurrentUser={CurrentUser}
The Merge Equipment.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentUser |
The CurrentUser. |
string |
Required |
Body Parameters
The Chunk of Work to Process.
ChunkOfWork| Name | Description | Type | Additional information |
|---|---|---|---|
| Chunk | Collection of string |
None. |
|
| JobId | string |
None. |
|
| Partition | integer |
None. |
|
| TotalPartitions | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"chunk": [
"sample string 1",
"sample string 2"
],
"jobId": "sample string 1",
"partition": 2,
"totalPartitions": 3
}
application/xml, text/xml
Sample:
<ChunkOfWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.Nexus.Common.Models">
<Chunk xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Chunk>
<JobId>sample string 1</JobId>
<Partition>2</Partition>
<TotalPartitions>3</TotalPartitions>
</ChunkOfWork>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The .
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |