POST api/VTL/getCompanyList

Request Information

URI Parameters

None.

Body Parameters

CompanyRequest
NameDescriptionTypeAdditional information
CompanyId

integer

None.

UserId

integer

None.

LoginType

string

None.

TransporterId

integer

None.

ClientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "UserId": 2,
  "LoginType": "sample string 3",
  "TransporterId": 4,
  "ClientId": 5
}

application/xml, text/xml

Sample:
<CompanyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.VTL">
  <ClientId>5</ClientId>
  <CompanyId>1</CompanyId>
  <LoginType>sample string 3</LoginType>
  <TransporterId>4</TransporterId>
  <UserId>2</UserId>
</CompanyRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompanyRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.