POST api/Package/DeployToWorkspace?idcust={idcust}&GIDPackage={GIDPackage}&DefaultApiKey={DefaultApiKey}&GIDCategory={GIDCategory}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust |
Destination ID Workspace |
integer |
Required |
GIDPackage |
Source GID Package |
globally unique identifier |
Required |
DefaultApiKey |
Default APIKey mapping value |
globally unique identifier |
Required |
GIDCategory |
Optional Destination category |
globally unique identifier |
Required |
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
Optional fill parameters
PackageParametersMappingName | Description | Type | Additional information |
---|---|---|---|
ApiKeysMap | Collection of PackageApiKModel |
None. |
|
ObjectsMap | Collection of PackageApiKModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "ApiKeysMap": [ { "ID": 1, "APIKey": "f4d8ef0d-a6a1-42dd-894a-3685f41e3eb2", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 }, { "ID": 1, "APIKey": "f4d8ef0d-a6a1-42dd-894a-3685f41e3eb2", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 } ], "ObjectsMap": [ { "ID": 1, "APIKey": "f4d8ef0d-a6a1-42dd-894a-3685f41e3eb2", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 }, { "ID": 1, "APIKey": "f4d8ef0d-a6a1-42dd-894a-3685f41e3eb2", "Name": "sample string 3", "ParName": "sample string 4", "Val": "sample string 5", "AtObject": 0 } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true