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_CustomerGradeCofigInfoName | 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": "d8579d31-da3a-4efa-b0e2-859233120c8c", "DomainID": "2554c48f-0645-4295-8da0-912ab22da141", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 12:07:07", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 12:07:07", "IsDelete": true, "CustomerGradeID": "9565cede-b7fe-4df7-90ee-c08ef22b8fe1", "CPRItemBelongID": "fba6f6ba-5983-48dc-b2e8-38fc7314393c", "ConfigValue": "sample string 5", "ValueType": "sample string 6", "Sequence": 1, "OrgID": "a27dc48d-1694-4975-82a4-036be612ab0b", "Proportion": 1, "CPRItemBelongGroupID": "202a3aca-5ac2-42a8-86a7-09e714f9053e" }
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>202a3aca-5ac2-42a8-86a7-09e714f9053e</CPRItemBelongGroupID> <CPRItemBelongID>fba6f6ba-5983-48dc-b2e8-38fc7314393c</CPRItemBelongID> <ConfigValue>sample string 5</ConfigValue> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T12:07:07.9320133+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerGradeID>9565cede-b7fe-4df7-90ee-c08ef22b8fe1</CustomerGradeID> <DomainID>2554c48f-0645-4295-8da0-912ab22da141</DomainID> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T12:07:07.9320133+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrgID>a27dc48d-1694-4975-82a4-036be612ab0b</OrgID> <Proportion>1</Proportion> <Sequence>1</Sequence> <TID>d8579d31-da3a-4efa-b0e2-859233120c8c</TID> <ValueType>sample string 6</ValueType> </TS158_CustomerGradeCofigInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObjectName | 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>