POST api/worktask/GetOrgListForCityA
Request Information
URI Parameters
None.
Body Parameters
GetOrgListForCityAInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | globally unique identifier |
None. |
|
| ColonyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "9204668f-c609-455c-a26b-81b78fbc08a4",
"ColonyId": "faace3f4-8567-4d80-9058-b9a5a37e4cbd"
}
application/xml, text/xml
Sample:
<GetOrgListForCityAInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.SDto"> <ColonyId>faace3f4-8567-4d80-9058-b9a5a37e4cbd</ColonyId> <TaskId>9204668f-c609-455c-a26b-81b78fbc08a4</TaskId> </GetOrgListForCityAInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.