GET api/Subcontracts/SubcontractSelectorList?ProjectId={ProjectId}&SubcontractorCode={SubcontractorCode}&VendorCode={VendorCode}

Get subcontract selector list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProjectId

integer

None.

SubcontractorCode

string

None.

VendorCode

string

None.

Body Parameters

None.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfSubcontractBaseInfoDto
NameDescriptionTypeAdditional information
Data

Collection of SubcontractBaseInfoDto

None.

Success

boolean

None.

Message

string

None.

Errors

Collection of CustomError

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.