POST api/ProductionPlant/GetAll

Request Information

URI Parameters

None.

Body Parameters

InvProductionPlant
NameDescriptionTypeAdditional information
ActionId

integer

None.

BranchId

integer

None.

CompanyId

integer

None.

Id

integer

None.

OrganizationId

integer

None.

ProjectId

integer

None.

Code

string

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionId": 1,
  "BranchId": 2,
  "CompanyId": 3,
  "Id": 4,
  "OrganizationId": 5,
  "ProjectId": 6,
  "Code": "sample string 7",
  "Description": "sample string 8"
}

application/xml, text/xml

Sample:
<InvProductionPlant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Production">
  <ActionId>1</ActionId>
  <BranchId>2</BranchId>
  <Code>sample string 7</Code>
  <CompanyId>3</CompanyId>
  <Description>sample string 8</Description>
  <Id>4</Id>
  <OrganizationId>5</OrganizationId>
  <ProjectId>6</ProjectId>
</InvProductionPlant>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.