POST api/ExImLookUps/GetByOrganizationCompanyId

Request Information

URI Parameters

None.

Body Parameters

ExImLookUps
NameDescriptionTypeAdditional information
ActionId

integer

None.

CompanyId

integer

None.

ExImLookUptypesId

integer

None.

Id

integer

None.

OrganizationId

integer

None.

LookUpName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionId": 1,
  "CompanyId": 2,
  "ExImLookUptypesId": 3,
  "Id": 4,
  "OrganizationId": 5,
  "LookUpName": "sample string 6"
}

application/xml, text/xml

Sample:
<ExImLookUps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export">
  <ActionId>1</ActionId>
  <CompanyId>2</CompanyId>
  <ExImLookUptypesId>3</ExImLookUptypesId>
  <Id>4</Id>
  <LookUpName>sample string 6</LookUpName>
  <OrganizationId>5</OrganizationId>
</ExImLookUps>

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 'ExImLookUps'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.