POST api/worktask/GetAdminListByOrgId

Request Information

URI Parameters

None.

Body Parameters

GetAdminListByOrgIdInput
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PublicOrgId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "2b84be59-8a9c-419d-8d03-6f9b640672ff",
  "PublicOrgId": "25dd56f5-6b98-4f4b-b2e4-bc964597557b"
}

application/xml, text/xml

Sample:
<GetAdminListByOrgIdInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.SDto">
  <Id>2b84be59-8a9c-419d-8d03-6f9b640672ff</Id>
  <PublicOrgId>25dd56f5-6b98-4f4b-b2e4-bc964597557b</PublicOrgId>
</GetAdminListByOrgIdInput>

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.