POST api/Quality/SetQualityTaskRecord
添加模板记录
Request Information
URI Parameters
None.
Body Parameters
AddQualityTaskRecordViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QualityTaskStaffId |
品质任务 个人任务ID |
string |
Required String length: inclusive between 32 and 32 |
| StaffId |
用户id |
string |
Required String length: inclusive between 32 and 32 |
| TemplateId | string |
Required String length: inclusive between 32 and 32 |
Request Formats
application/json, text/json
Sample:
{
"QualityTaskStaffId": "sample string 1",
"StaffId": "sample string 2",
"TemplateId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultObjOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}