PATCH api/WorkTaskTemporary/{workTaskID}/CustomerGradeCofig?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
评分 修改
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
| workTaskID | globally unique identifier |
Required |
Body Parameters
TS158_CustomerGradeCofigInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TID | globally unique identifier |
None. |
|
| DomainID | globally unique identifier |
None. |
|
| LastUpdatePersonID | string |
None. |
|
| LastUpdateAccountID | string |
None. |
|
| LastUpdateDateTime | date |
None. |
|
| CreatePersonID | string |
None. |
|
| CreateAccountID | string |
None. |
|
| CreateDateTime | date |
None. |
|
| IsDelete | boolean |
None. |
|
| CustomerGradeID | globally unique identifier |
None. |
|
| CPRItemBelongID | globally unique identifier |
None. |
|
| ConfigValue | string |
None. |
|
| ValueType | string |
None. |
|
| Sequence | integer |
None. |
|
| OrgID | globally unique identifier |
None. |
|
| Proportion | integer |
None. |
|
| CPRItemBelongGroupID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TID": "5dccca6e-9e07-4d61-8927-4d64ce222a56",
"DomainID": "49a325aa-4396-45e5-a811-78298571db4f",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:44:49",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:44:49",
"IsDelete": true,
"CustomerGradeID": "1566bbd6-ddc2-407e-8dd3-8116bab9c121",
"CPRItemBelongID": "cd238225-f9f9-471f-87c3-e700de238c5d",
"ConfigValue": "sample string 5",
"ValueType": "sample string 6",
"Sequence": 1,
"OrgID": "ed3a80e3-f44c-4780-9b1c-0d5bb2e9630e",
"Proportion": 1,
"CPRItemBelongGroupID": "1c749e47-77aa-4b4c-b073-90a500b5967d"
}
application/xml, text/xml
Sample:
<TS158_CustomerGradeCofigInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <CPRItemBelongGroupID>1c749e47-77aa-4b4c-b073-90a500b5967d</CPRItemBelongGroupID> <CPRItemBelongID>cd238225-f9f9-471f-87c3-e700de238c5d</CPRItemBelongID> <ConfigValue>sample string 5</ConfigValue> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:44:49.7431562+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerGradeID>1566bbd6-ddc2-407e-8dd3-8116bab9c121</CustomerGradeID> <DomainID>49a325aa-4396-45e5-a811-78298571db4f</DomainID> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:44:49.7421761+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrgID>ed3a80e3-f44c-4780-9b1c-0d5bb2e9630e</OrgID> <Proportion>1</Proportion> <Sequence>1</Sequence> <TID>5dccca6e-9e07-4d61-8927-4d64ce222a56</TID> <ValueType>sample string 6</ValueType> </TS158_CustomerGradeCofigInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModelOfanyType>