POST api/BusinessModules/{businessModuleId}/Entity/{entityId}/ArchiveTeam

Archive team

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

The id of the business module

globally unique identifier

Required

entityId

The id of the business module entity

integer

Required

Body Parameters

A url that will be called when the process is done

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.