GET api/Contractor/GetAllContractors?IsForInvoice={IsForInvoice}

Used to fill the details required to add a new contractor

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IsForInvoice

Should send as true, if we need to fetch the contractor who are ready to process and has atleast one project assigned

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Gets list of contractors available

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.