POST api/Vod/accounts/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
ParamFwAccounts| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduleId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"scheduleId": "sample string 1"
}
application/xml, text/xml
Sample:
<ParamFwAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FinUp.Stock.Api.Models.Futurewiz"> <scheduleId>sample string 1</scheduleId> </ParamFwAccounts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResFwAccounts| Name | Description | Type | Additional information |
|---|---|---|---|
| ticket | string |
None. |
|
| username | string |
None. |
|
| nickname | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticket": "sample string 1",
"username": "sample string 2",
"nickname": "sample string 3"
}
application/xml, text/xml
Sample:
<ResFwAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FinUp.Stock.Api.Models.Futurewiz"> <nickname>sample string 3</nickname> <ticket>sample string 1</ticket> <username>sample string 2</username> </ResFwAccounts>