GET api/access/v1/plants/{plantId}
Request Information
Requires Authorization!
In order to make a request to work 2 headers are required, a ClientId and a ClientSecretURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
plantId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PlantName | Description | Type | Additional information |
---|---|---|---|
UsingSupplier | boolean |
None. |
|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "UsingSupplier": true, "Id": "e1b7de87-2e19-433e-bfc3-f33549c78eea", "Name": "sample string 3", "CompanyId": "c934b5f5-de8c-420f-a581-2111f2061c6d" }
application/xml, text/xml
Sample:
<Plant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSG.Systems.DataAPI.Logic.Models.Access"> <CompanyId>c934b5f5-de8c-420f-a581-2111f2061c6d</CompanyId> <Id>e1b7de87-2e19-433e-bfc3-f33549c78eea</Id> <Name>sample string 3</Name> <UsingSupplier>true</UsingSupplier> </Plant>