GET api/Package/GetPackageParameters?idcust={idcust}&GIDPackage={GIDPackage}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
GIDPackage | globally unique identifier |
Required |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
PackageParametersMappingName | Description | Type | Additional information |
---|---|---|---|
ApiKeysMap | Collection of PackageApiKModel |
None. |
|
ObjectsMap | Collection of PackageApiKModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "ApiKeysMap": [ { "ID": 1, "APIKey": "0f9d3f51-7e01-420b-9d2f-c7fabbea154a", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 }, { "ID": 1, "APIKey": "0f9d3f51-7e01-420b-9d2f-c7fabbea154a", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 } ], "ObjectsMap": [ { "ID": 1, "APIKey": "0f9d3f51-7e01-420b-9d2f-c7fabbea154a", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 }, { "ID": 1, "APIKey": "0f9d3f51-7e01-420b-9d2f-c7fabbea154a", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 } ] }