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_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": "7b55057f-1248-4311-b83f-03c11cbd2abe", "DomainID": "208cf77f-a689-4599-82da-48c3af373aea", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:34:41", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:34:41", "IsDelete": true, "CustomerGradeID": "1c2c7b33-6e35-4de4-9170-250ad20ebdc2", "CPRItemBelongID": "c7e911d8-0305-4cce-9d52-a5a452f3603e", "ConfigValue": "sample string 5", "ValueType": "sample string 6", "Sequence": 1, "OrgID": "f50c0a81-41db-4cdb-a042-704efbc4bf81", "Proportion": 1, "CPRItemBelongGroupID": "cd9f8b94-d008-4898-a1c7-b4ecd17ad97f" }
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>cd9f8b94-d008-4898-a1c7-b4ecd17ad97f</CPRItemBelongGroupID> <CPRItemBelongID>c7e911d8-0305-4cce-9d52-a5a452f3603e</CPRItemBelongID> <ConfigValue>sample string 5</ConfigValue> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T07:34:41.037329+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerGradeID>1c2c7b33-6e35-4de4-9170-250ad20ebdc2</CustomerGradeID> <DomainID>208cf77f-a689-4599-82da-48c3af373aea</DomainID> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T07:34:41.037329+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrgID>f50c0a81-41db-4cdb-a042-704efbc4bf81</OrgID> <Proportion>1</Proportion> <Sequence>1</Sequence> <TID>7b55057f-1248-4311-b83f-03c11cbd2abe</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>