POST api/member/CountDown
To Update Count Down Timer
Request Information
URI Parameters
None.
Body Parameters
MlCountDownTimer| Name | description | Type | Additional information |
|---|---|---|---|
| TimerEndTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TimerEndTime": "sample string 1"
}
application/xml, text/xml
Sample:
<MlCountDownTimer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <TimerEndTime>sample string 1</TimerEndTime> </MlCountDownTimer>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |