POST api/StorageObject/GetSearchFields
Get Search Fields based on user security and business Area
Request Information
URI Parameters
None.
Body Parameters
GetSearchFieldExtRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGpid | string |
Required |
|
| SystemId | integer |
Required |
|
| BusinessAreaId | integer |
Required |
|
| Guid | string |
None. |
|
| Vendor_Name |
Vendor name in caps. |
string |
Required |
| Vendor_UserID |
User ID of Vendor service account. |
string |
Required |
| Vendor_Password |
Encrypted Password of vendor service account |
string |
Required |
Request Formats
application/json, text/json, text/html
Sample:
{
"UserGpid": "sample string 1",
"SystemId": 2,
"BusinessAreaId": 3,
"Guid": "sample string 4",
"Vendor_Name": "sample string 5",
"Vendor_UserID": "sample string 6",
"Vendor_Password": "sample string 7"
}
application/xml, text/xml
Sample:
<GetSearchFieldExtRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NextGen.Digital.Imaging.App.ExtGateway.Models"> <Vendor_Name>sample string 5</Vendor_Name> <Vendor_Password>sample string 7</Vendor_Password> <Vendor_UserID>sample string 6</Vendor_UserID> <BusinessAreaId>3</BusinessAreaId> <Guid>sample string 4</Guid> <SystemId>2</SystemId> <UserGpid>sample string 1</UserGpid> </GetSearchFieldExtRequest>
application/x-www-form-urlencoded
Sample:
multipart/form-data
Sample:
application/octet-stream
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.