POST api/NpfDocumentReSync/ReSyncDocuments

Documentation for 'ReSyncDocuments'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "APPLICATION_NO": "sample string 1"
}

application/xml, text/xml

Sample:
<DocReSyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFCampus_WebAPI.Controllers">
  <APPLICATION_NO>sample string 1</APPLICATION_NO>
</DocReSyncRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.