POST _api/AMTAPI/CreateWorkingPaper
Request Information
URI Parameters
None.
Body Parameters
WorkingPaperParam| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkingpaperParam | string |
None. |
|
| ProcessId | integer |
None. |
|
| SubProcessId | integer |
None. |
|
| DeptId | integer |
Required |
|
| CategoryId | integer |
Required |
|
| ProjectId | integer |
Required |
|
| User | string |
Required |
|
| URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkingpaperParam": "sample string 1",
"ProcessId": 2,
"SubProcessId": 3,
"DeptId": 4,
"CategoryId": 5,
"ProjectId": 6,
"User": "sample string 7",
"URL": "sample string 8"
}
application/xml, text/xml
Sample:
<WorkingPaperParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTAPI.Models"> <CategoryId>5</CategoryId> <DeptId>4</DeptId> <ProcessId>2</ProcessId> <ProjectId>6</ProjectId> <SubProcessId>3</SubProcessId> <URL>sample string 8</URL> <User>sample string 7</User> <WorkingpaperParam>sample string 1</WorkingpaperParam> </WorkingPaperParam>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.