POST api/getACMT/Save
Request Information
URI Parameters
None.
Body Parameters
Achivements| Name | Description | Type | Additional information |
|---|---|---|---|
| achv_id | integer |
None. |
|
| name | string |
None. |
|
| surname | string |
None. |
|
| project_name | string |
None. |
|
| project_desc | string |
None. |
|
| video_url | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"achv_id": 1,
"name": "sample string 2",
"surname": "sample string 3",
"project_name": "sample string 4",
"project_desc": "sample string 5",
"video_url": "sample string 6"
}
application/xml, text/xml
Sample:
<Achivements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model"> <achv_id>1</achv_id> <name>sample string 2</name> <project_desc>sample string 5</project_desc> <project_name>sample string 4</project_name> <surname>sample string 3</surname> <video_url>sample string 6</video_url> </Achivements>
multipart/form-data
Sample:
<Achivements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model"><achv_id>1</achv_id><name>sample string 2</name><project_desc>sample string 5</project_desc><project_name>sample string 4</project_name><surname>sample string 3</surname><video_url>sample string 6</video_url></Achivements>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml, multipart/form-data
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />