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
PackageParametersMapping| Name | 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": "efdcbdf4-9cef-4d24-a7ba-46a97f9bd03f",
"Name": "sample string 3",
"ParName": "sample string 4",
"Val": "sample string 5",
"AtObject": 0
},
{
"ID": 1,
"APIKey": "efdcbdf4-9cef-4d24-a7ba-46a97f9bd03f",
"Name": "sample string 3",
"ParName": "sample string 4",
"Val": "sample string 5",
"AtObject": 0
}
],
"ObjectsMap": [
{
"ID": 1,
"APIKey": "efdcbdf4-9cef-4d24-a7ba-46a97f9bd03f",
"Name": "sample string 3",
"ParName": "sample string 4",
"Val": "sample string 5",
"AtObject": 0
},
{
"ID": 1,
"APIKey": "efdcbdf4-9cef-4d24-a7ba-46a97f9bd03f",
"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