POST api/worktask/WriteImportSubordinateuSbordinate
Request Information
URI Parameters
None.
Body Parameters
WriteImportSSInput| Name | Description | Type | Additional information |
|---|---|---|---|
| FileUrl | string |
None. |
|
| Admin | integer |
None. |
|
| OrgId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileUrl": "sample string 1",
"Admin": 2,
"OrgId": "6ce2d447-7ae4-479d-b9f4-7e8a8a1940a2"
}
application/xml, text/xml
Sample:
<WriteImportSSInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.SDto"> <Admin>2</Admin> <FileUrl>sample string 1</FileUrl> <OrgId>6ce2d447-7ae4-479d-b9f4-7e8a8a1940a2</OrgId> </WriteImportSSInput>
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.