POST api/ForexCourse/v1/UpdateGlossary
Request Information
URI Parameters
None.
Body Parameters
UpdateGlossary| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| English_terms_ID | integer |
None. |
|
| lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"English_terms_ID": 4,
"lang": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GlossaryUpdateReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Language | string |
None. |
|
| EnglishTermID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Language": "sample string 4",
"EnglishTermID": 5
}