POST api/Package/DeployToWorkspace?idcust={idcust}&GIDPackage={GIDPackage}&DefaultApiKey={DefaultApiKey}&GIDCategory={GIDCategory}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
ApiKeysMap

Collection of PackageApiKModel

None.

ObjectsMap

Collection of PackageApiKModel

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiKeysMap": [
    {
      "ID": 1,
      "APIKey": "15f5eaee-7b39-4e49-81d5-bad9faef0a5b",
      "Name": "sample string 3",
      "ParName": "sample string 4",
      "Val": "sample string 5",
      "AtObject": 0
    },
    {
      "ID": 1,
      "APIKey": "15f5eaee-7b39-4e49-81d5-bad9faef0a5b",
      "Name": "sample string 3",
      "ParName": "sample string 4",
      "Val": "sample string 5",
      "AtObject": 0
    }
  ],
  "ObjectsMap": [
    {
      "ID": 1,
      "APIKey": "15f5eaee-7b39-4e49-81d5-bad9faef0a5b",
      "Name": "sample string 3",
      "ParName": "sample string 4",
      "Val": "sample string 5",
      "AtObject": 0
    },
    {
      "ID": 1,
      "APIKey": "15f5eaee-7b39-4e49-81d5-bad9faef0a5b",
      "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

boolean

Response Formats

application/json, text/json

Sample:
true