Created
August 28, 2017 15:04
-
-
Save portey/47acf2a3c19f5bbc3ad386f6003997e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REQUEST POST /Subscribes/SetMemberSubscribes | |
| { | |
| "memberId": 3883532, | |
| "subscribes": { | |
| "emailDistribution": 1, | |
| "surveyParticipation": 1, | |
| "email": "developer.youshido@gmail.com", | |
| "name": "test", | |
| "subscribe": [ | |
| { | |
| "name": "SILPO_NEWPROD", | |
| "useFilialsFilter": 1, | |
| "isOn": 1, | |
| "filials": [ | |
| { | |
| "filialId": 2215 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "SILPO_BEERMASTER", | |
| "useFilialsFilter": 0, | |
| "isOn": 0, | |
| "filials": [] | |
| }, | |
| { | |
| "name": "SILPO_WEEKPRICE", | |
| "useFilialsFilter": 0, | |
| "isOn": 0, | |
| "filials": [] | |
| } | |
| ] | |
| } | |
| } | |
| /Subscribes/GetMemberSubscribes {"memberId":3883532} | |
| { | |
| "ResultCode": 0, | |
| "ResultType": "RC_OK", | |
| "ResultStr": "OK", | |
| "subscribes": { | |
| "emailDistribution": 1, | |
| "surveyParticipation": 1, | |
| "email": "t.shumkova@fozzy.ua", | |
| "name": null, | |
| "subscribe": [ | |
| { | |
| "name": "SILPO_NEWPROD", | |
| "useFilialsFilter": 1, | |
| "isOn": 1, | |
| "filials": [ | |
| { | |
| "filialId": 2215 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "SILPO_WEEKPRICE", | |
| "useFilialsFilter": 0, | |
| "isOn": 0, | |
| "filials": null | |
| }, | |
| { | |
| "name": "SILPO_BEERMASTER", | |
| "useFilialsFilter": 1, | |
| "isOn": 0, | |
| "filials": null | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment