POST _api/AMTAPI/GetCombineProcessSubProcess
Request Information
URI Parameters
None.
Body Parameters
ProcessSubProcessParam| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | integer |
Required |
|
| DeptId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CategoryId": 1,
"DeptId": 2
}
application/xml, text/xml
Sample:
<ProcessSubProcessParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTAPI.Models"> <CategoryId>1</CategoryId> <DeptId>2</DeptId> </ProcessSubProcessParam>
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.