POST api/worktask/CreateSubordinateuSbordinate
Request Information
URI Parameters
None.
Body Parameters
CreateSSInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "eb8c257c-86e2-4295-8c3d-af2461f13f5b",
"OrgId": "b2a4bb98-ab38-4de6-819a-b8b9022bd583",
"Name": "sample string 2",
"Note": "sample string 3"
}
application/xml, text/xml
Sample:
<CreateSSInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <Id>eb8c257c-86e2-4295-8c3d-af2461f13f5b</Id> <Name>sample string 2</Name> <Note>sample string 3</Note> <OrgId>b2a4bb98-ab38-4de6-819a-b8b9022bd583</OrgId> </CreateSSInput>
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.