POST api/WorkTaskTemporary/{workTaskID}/CustomerGrade?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
MS358_CustomerGradeInfo| 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. |
|
| GradeName | string |
None. |
|
| GradeNumber | string |
None. |
|
| GradeLevel | integer |
None. |
|
| IsEnabled | boolean |
None. |
|
| WorkTaskID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TID": "ed095374-41c5-45d8-be3f-4719e8e3d1bd",
"DomainID": "eee4d669-6af9-4be2-970c-15de27595477",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-16 21:16:37",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-16 21:16:37",
"IsDelete": true,
"GradeName": "sample string 5",
"GradeNumber": "sample string 6",
"GradeLevel": 1,
"IsEnabled": true,
"WorkTaskID": "74e0ddfe-0d98-4a14-9d59-42158ff9cbbc"
}
application/xml, text/xml
Sample:
<MS358_CustomerGradeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-16T21:16:37.8957659+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DomainID>eee4d669-6af9-4be2-970c-15de27595477</DomainID> <GradeLevel>1</GradeLevel> <GradeName>sample string 5</GradeName> <GradeNumber>sample string 6</GradeNumber> <IsDelete>true</IsDelete> <IsEnabled>true</IsEnabled> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-16T21:16:37.8957659+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <TID>ed095374-41c5-45d8-be3f-4719e8e3d1bd</TID> <WorkTaskID>74e0ddfe-0d98-4a14-9d59-42158ff9cbbc</WorkTaskID> </MS358_CustomerGradeInfo>
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>