POST 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": "016276aa-3c41-4327-8729-7edf4b71d6a3",
"DomainID": "ddf24e98-7908-4e4d-9eeb-5cbb7fb165b2",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:52:02",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:52:02",
"IsDelete": true,
"CustomerGradeID": "2fcc45ee-c7aa-4eba-95af-a5abf0f64840",
"CPRItemBelongID": "e668a70c-5bdb-44e1-802b-6ac3ac6df981",
"ConfigValue": "sample string 5",
"ValueType": "sample string 6",
"Sequence": 1,
"OrgID": "47176c35-7f45-413b-8eae-a3302e11ab8f",
"Proportion": 1,
"CPRItemBelongGroupID": "9f131c8e-c4a6-4d1a-a380-ac111b3e98b0"
}
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>9f131c8e-c4a6-4d1a-a380-ac111b3e98b0</CPRItemBelongGroupID> <CPRItemBelongID>e668a70c-5bdb-44e1-802b-6ac3ac6df981</CPRItemBelongID> <ConfigValue>sample string 5</ConfigValue> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:52:02.0641971+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerGradeID>2fcc45ee-c7aa-4eba-95af-a5abf0f64840</CustomerGradeID> <DomainID>ddf24e98-7908-4e4d-9eeb-5cbb7fb165b2</DomainID> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:52:02.0641971+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrgID>47176c35-7f45-413b-8eae-a3302e11ab8f</OrgID> <Proportion>1</Proportion> <Sequence>1</Sequence> <TID>016276aa-3c41-4327-8729-7edf4b71d6a3</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>