POST api/WebService/ProcessUpdate?CompanyName={CompanyName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
Required |
Body Parameters
TCWL_M_Process| Name | Description | Type | Additional information |
|---|---|---|---|
| AddUser | string |
None. |
|
| Annotate | string |
None. |
|
| Annotater | string |
None. |
|
| AnnotaterNames | string |
None. |
|
| AttachUserids | string |
None. |
|
| AttachUserNames | string |
None. |
|
| CuAnnotater | string |
None. |
|
| CuType | integer |
None. |
|
| CuTypeDes | string |
None. |
|
| Department | string |
None. |
|
| EmerType | integer |
None. |
|
| ID | string |
None. |
|
| ModelId | string |
None. |
|
| ServiceID | string |
None. |
|
| TimeStr | date |
None. |
|
| Title | string |
None. |
|
| Type | integer |
None. |
|
| UserIds | string |
None. |
|
| UserNames | string |
None. |
|
| UserNum | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AddUser": "sample string 1",
"Annotate": "sample string 2",
"Annotater": "sample string 3",
"AnnotaterNames": "sample string 4",
"AttachUserids": "sample string 5",
"AttachUserNames": "sample string 6",
"CuAnnotater": "sample string 7",
"CuType": 1,
"CuTypeDes": "sample string 8",
"Department": "sample string 9",
"EmerType": 1,
"ID": "sample string 10",
"ModelId": "sample string 11",
"ServiceID": "sample string 12",
"TimeStr": "2026-05-30T23:08:55.6642822+08:00",
"Title": "sample string 13",
"Type": 1,
"UserIds": "sample string 14",
"UserNames": "sample string 15",
"UserNum": 1
}
application/xml, text/xml
Sample:
<TCWL_M_Process xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model"> <AddUser>sample string 1</AddUser> <Annotate>sample string 2</Annotate> <Annotater>sample string 3</Annotater> <AnnotaterNames>sample string 4</AnnotaterNames> <AttachUserNames>sample string 6</AttachUserNames> <AttachUserids>sample string 5</AttachUserids> <CuAnnotater>sample string 7</CuAnnotater> <CuType>1</CuType> <CuTypeDes>sample string 8</CuTypeDes> <Department>sample string 9</Department> <EmerType>1</EmerType> <ID>sample string 10</ID> <ModelId>sample string 11</ModelId> <ServiceID>sample string 12</ServiceID> <TimeStr>2026-05-30T23:08:55.6642822+08:00</TimeStr> <Title>sample string 13</Title> <Type>1</Type> <UserIds>sample string 14</UserIds> <UserNames>sample string 15</UserNames> <UserNum>1</UserNum> </TCWL_M_Process>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>