POST api/WorkTaskTemporary/{workTaskID}/CustomerGradeCofig?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}

评分 新增

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "bfeb942e-f9ac-4d7e-8118-a4acba80f652",
  "DomainID": "c4b17a5c-cca0-4680-93c6-2ca5bf03902e",
  "LastUpdatePersonID": "sample string 1",
  "LastUpdateAccountID": "sample string 2",
  "LastUpdateDateTime": "2025-06-23 22:04:54",
  "CreatePersonID": "sample string 3",
  "CreateAccountID": "sample string 4",
  "CreateDateTime": "2025-06-23 22:04:54",
  "IsDelete": true,
  "CustomerGradeID": "bccdb128-6a8f-4c04-a34c-dd784a6f96ea",
  "CPRItemBelongID": "11863aeb-1810-402f-949d-d5464c235b11",
  "ConfigValue": "sample string 5",
  "ValueType": "sample string 6",
  "Sequence": 1,
  "OrgID": "875e5dd3-e073-4513-ad81-843524409f14",
  "Proportion": 1,
  "CPRItemBelongGroupID": "b276d388-e43d-4696-b9d7-4a40e815e2fa"
}

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>b276d388-e43d-4696-b9d7-4a40e815e2fa</CPRItemBelongGroupID>
  <CPRItemBelongID>11863aeb-1810-402f-949d-d5464c235b11</CPRItemBelongID>
  <ConfigValue>sample string 5</ConfigValue>
  <CreateAccountID>sample string 4</CreateAccountID>
  <CreateDateTime>2025-06-23T22:04:54.5679467+08:00</CreateDateTime>
  <CreatePersonID>sample string 3</CreatePersonID>
  <CustomerGradeID>bccdb128-6a8f-4c04-a34c-dd784a6f96ea</CustomerGradeID>
  <DomainID>c4b17a5c-cca0-4680-93c6-2ca5bf03902e</DomainID>
  <IsDelete>true</IsDelete>
  <LastUpdateAccountID>sample string 2</LastUpdateAccountID>
  <LastUpdateDateTime>2025-06-23T22:04:54.5679467+08:00</LastUpdateDateTime>
  <LastUpdatePersonID>sample string 1</LastUpdatePersonID>
  <OrgID>875e5dd3-e073-4513-ad81-843524409f14</OrgID>
  <Proportion>1</Proportion>
  <Sequence>1</Sequence>
  <TID>bfeb942e-f9ac-4d7e-8118-a4acba80f652</TID>
  <ValueType>sample string 6</ValueType>
</TS158_CustomerGradeCofigInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModelOfObject
NameDescriptionTypeAdditional 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>