Create ExportSet
Select
Customer Managed
This operation creates a new exportset.
Request Parameters
Name | Description |
entityType | Type of entity. Valid values are:
|
operationType | Type of operation. Valid values are:
|
- application/json
Request Body
- entityType integer
- operationType integer
- userGuid string
- fromSite integer
container object
containerType integercontainerName stringcontainerOwnerType integercomment string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Create Export Set
Schema
container object
containerFullName stringcontainerType integercontainerName stringcontainerOwnerType integercomment stringattribute integercontainerId integercontainerGuid string
{
"container": {
"containerFullName": "string",
"containerType": 0,
"containerName": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string"
}
}
{
"container": {
"containerFullName": "exchange_75FD5896-A402-40EE-A76E-689713DBB515_exportset",
"containerType": 9503,
"containerName": "exchange_75FD5896-A402-40EE-A76E-689713DBB515_exportset",
"containerOwnerType": 1,
"comment": "Export set for client - containerName",
"attribute": 0,
"containerId": 610,
"containerGuid": "F83A4684-55A6-4374-8AAE-12B9B6C095D6"
}
}
Loading...