POST api/Values/UpdateSelfLearningSubmit
Request Information
URI Parameters
None.
Body Parameters
OnboardingSubmitUpdateName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
Token | string |
None. |
|
selfLearningID | integer |
None. |
|
SelfLearnOnBoardOrientTypeBased | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "Token": "sample string 2", "selfLearningID": 3, "SelfLearnOnBoardOrientTypeBased": "sample string 4" }
text/html
Sample:
{"UserID":1,"Token":"sample string 2","selfLearningID":3,"SelfLearnOnBoardOrientTypeBased":"sample string 4"}
application/xml, text/xml
Sample:
<ValuesController.OnboardingSubmitUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <SelfLearnOnBoardOrientTypeBased>sample string 4</SelfLearnOnBoardOrientTypeBased> <Token>sample string 2</Token> <UserID>1</UserID> <selfLearningID>3</selfLearningID> </ValuesController.OnboardingSubmitUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json, text/html
Sample:
{"System.Object":{},"System.Object":{}}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> </ArrayOfKeyValueOfanyTypeanyType>