POST api/colony/DeleteColony

Request Information

URI Parameters

None.

Body Parameters

DeleteColonyInput
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "f791b8b3-3d5b-4e6e-a4b2-6ff59cc2ebf9",
  "UserId": 2
}

application/xml, text/xml

Sample:
<DeleteColonyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Colonys.Dto">
  <Id>f791b8b3-3d5b-4e6e-a4b2-6ff59cc2ebf9</Id>
  <UserId>2</UserId>
</DeleteColonyInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.