GET api/FileAssistant/AbsolutePath/{subcontractId}

Get the absolute path of a subcontractId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

SubcontractId

integer

Required

Body Parameters

None.

Response Information

Resource Description

KeyPath

KeyPath
NameDescriptionTypeAdditional information
UriSite

string

None.

RelativeKeyPath

string

None.

Response Formats

application/json, text/json

Sample:
{
  "uriSite": "sample string 1",
  "relativeKeyPath": "sample string 2"
}

text/html

Sample:
{"uriSite":"sample string 1","relativeKeyPath":"sample string 2"}

application/xml, text/xml

Sample:
<KeyPath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.DocumentModule.Application.Dtos.FileAssistant">
  <RelativeKeyPath>sample string 2</RelativeKeyPath>
  <UriSite>sample string 1</UriSite>
</KeyPath>