POST api/Setting/AddGradeCompositionGroup
Request Information
URI Parameters
None.
Body Parameters
GradeCompositionGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| group_id | globally unique identifier |
None. |
|
| grade_id | globally unique identifier |
None. |
|
| createBy | globally unique identifier |
None. |
|
| createDate | date |
None. |
|
| compositions | Collection of GradeComposition |
None. |
Request Formats
application/json, text/json
Sample:
{
"group_id": "6c42423f-0870-4bc9-a278-036bceedd9af",
"grade_id": "c6034fd6-9a0e-411d-ae30-702b5a56f06b",
"createBy": "06dbea3f-e4eb-4c37-b53d-00c5ddaf010d",
"createDate": "1788985709000",
"compositions": [
{
"id": "db6f402a-70cc-439b-af47-fbe2d7227e55",
"composition_id": 2,
"group_id": "4ba0d94d-974b-4512-98c5-6c83a5aa535f",
"minValue": 4.1,
"maxValue": 5.1
},
{
"id": "db6f402a-70cc-439b-af47-fbe2d7227e55",
"composition_id": 2,
"group_id": "4ba0d94d-974b-4512-98c5-6c83a5aa535f",
"minValue": 4.1,
"maxValue": 5.1
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| error | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.