POST api/batch/{batch_id}/document/verification/{verificationId}/document/node/{nodeId}/merge

Request Information

URI Parameters

NameDescriptionTypeAdditional information
batch_id

integer

Required

verificationId

string

Required

nodeId

integer

Required

Body Parameters

Collection of MergeDocumentModel
NameDescriptionTypeAdditional information
id

integer

None.

order

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "order": 2
  },
  {
    "id": 1,
    "order": 2
  }
]

text/html

Sample:
[{"id":1,"order":2},{"id":1,"order":2}]

application/xml, text/xml

Sample:
<ArrayOfMergeDocumentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <MergeDocumentModel>
    <id>1</id>
    <order>2</order>
  </MergeDocumentModel>
  <MergeDocumentModel>
    <id>1</id>
    <order>2</order>
  </MergeDocumentModel>
</ArrayOfMergeDocumentModel>

multipart/form-data

Sample:
<ArrayOfMergeDocumentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><MergeDocumentModel><id>1</id><order>2</order></MergeDocumentModel><MergeDocumentModel><id>1</id><order>2</order></MergeDocumentModel></ArrayOfMergeDocumentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.