POST deployment/DeployObjectToTenant
Request Information
URI Parameters
None.
Body Parameters
DeploymentObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectType | string |
None. |
|
| ObjectId | integer |
None. |
|
| ToTenantId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ObjectType": "sample string 1",
"ObjectId": 2,
"ToTenantId": 3,
"UserId": 4
}
text/html
Sample:
{"ObjectType":"sample string 1","ObjectId":2,"ToTenantId":3,"UserId":4}
application/xml, text/xml
Sample:
<DeploymentObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Deployment"> <ObjectId>2</ObjectId> <ObjectType>sample string 1</ObjectType> <ToTenantId>3</ToTenantId> <UserId>4</UserId> </DeploymentObject>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.