POST api/Standards/PostStandard
Request Information
URI Parameters
None.
Body Parameters
StandardViewModelName | Description | Type | Additional information |
---|---|---|---|
StdId | integer |
None. |
|
StdNm | string |
None. |
|
SubjectDetails | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StdId": 1, "StdNm": "sample string 2", "SubjectDetails": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StandardName | Description | Type | Additional information |
---|---|---|---|
StdId | integer |
None. |
|
StdNm | string |
None. |
|
IsDeleted | boolean |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StdId": 1, "StdNm": "sample string 2", "IsDeleted": true, "IsArchived": true }