GET api/CdcApi/GetDocumentToContractObject/{contractObjectFileId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contractObjectFileId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ContractObjectFileWithContentView
NameDescriptionTypeAdditional information
ContractObjectFileId

integer

None.

ContractObjectId

integer

None.

Name

string

None.

IsArchive

boolean

None.

IsDeleted

boolean

None.

Base64Content

string

None.

Response Formats

application/json, text/json

Sample:
{
  "contractObjectFileId": 1,
  "contractObjectId": 1,
  "name": "sample string 2",
  "isArchive": true,
  "isDeleted": true,
  "base64Content": "sample string 3"
}