POST api/Scorm
Request Information
URI Parameters
None.
Body Parameters
ScormAttribute| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
None. |
|
| key | string |
None. |
|
| value | string |
None. |
|
| processoId | integer |
None. |
|
| dataHora | string |
None. |
|
| method | string |
None. |
|
| TypeId | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"key": "sample string 2",
"value": "sample string 3",
"processoId": 4,
"dataHora": "sample string 5",
"method": "sample string 6",
"TypeId": "Procoders.Net.Game67.API.Models.ScormAttribute, Procoders.Net.Game67.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
}
application/xml, text/xml
Sample:
<ScormAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Procoders.Net.Game67.API.Models"> <dataHora>sample string 5</dataHora> <key>sample string 2</key> <method>sample string 6</method> <processoId>4</processoId> <userId>1</userId> <value>sample string 3</value> </ScormAttribute>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |