Description
This method returns a list of documents uploaded by the user for a given plant. The document list contains all the document uploaded by the user for the given plant.
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
input | GetMyDocumentsByPlantIdInput | Mandatory | GetMyDocumentsByPlantIdInput model |
applicationName | string | Mandatory | Third party application identifier, identifying the client consuming the web service – (Length of the ApplicationName should be less than or equal to 10) |
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
PlantId | long | Mandatory | The provided plant ID should belong to the same company as the user. |
Response
Type | Description |
---|---|
GetMyDocumentsByPlantIdOutput | GetMyDocumentsByPlantIdOutput model |
Parameter | Type | Comments |
---|---|---|
Document | List<Document> | List of documents uploaded by the user for the given plant id |
Exceptions
Error Code | Description |
---|---|
111 | PlantId does not exist for your company. |
130 | Input plant ID is either zero or negative. Please enter a positive value for the id |
132 | PlantId does not exist |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
167 | You are not authorized to use this web method |
Add Comment