POST,GET | /api/Branch/GetBranchAppInfo |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TitleText | form | string | No | |
AddText | form | string | No | |
RegisterText | form | string | No | |
JoinText | form | string | No | |
ARNiOS | form | string | No | |
ARNAndroid | form | string | No | |
AppIdentifier | form | string | No | |
AppBundleName | form | string | No | |
AppName | form | string | No | |
AppCenterAndroid | form | string | No | |
AppCenterIOS | form | string | No | |
BranchId | form | int? | No | |
Name | form | string | No | |
BranchKey | form | string | No | |
Terms | form | string | No | |
CancelDate | form | DateTime? | No | |
AppFeature | form | AppFeature | No | |
CanBookOnline | form | bool | No | |
PrimaryColor | form | string | No | |
SecondaryColor | form | string | No | |
BackgroundColor | form | string | No | |
HeaderTopColor | form | string | No | |
HeaderBottomColor | form | string | No | |
SideLeftColor | form | string | No | |
SideRightColor | form | string | No | |
SideFontColor | form | string | No | |
SideFontActiveColor | form | string | No | |
ExtWebBackgroundColor | form | string | No | |
ExtWebTextColor | form | string | No | |
ExtWebTintBackColor | form | string | No | |
ExtWebHighlightBackColor | form | string | No | |
ExtWebTabBackColor | form | string | No | |
HeadingColor | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /api/Branch/GetBranchAppInfo HTTP/1.1
Host: api.clubmanagercentral.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Id":0}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"TitleText":"String","AddText":"String","RegisterText":"String","JoinText":"String","ARNiOS":"String","ARNAndroid":"String","AppIdentifier":"String","AppBundleName":"String","AppName":"String","AppCenterAndroid":"String","AppCenterIOS":"String","BranchId":0,"Name":"String","BranchKey":"00000000-0000-0000-0000-000000000000","Terms":null,"CancelDate":null,"AppFeature":0,"CanBookOnline":false,"PrimaryColor":null,"SecondaryColor":null,"BackgroundColor":null,"HeaderTopColor":null,"HeaderBottomColor":null,"SideLeftColor":null,"SideRightColor":null,"SideFontColor":null,"SideFontActiveColor":null,"ExtWebBackgroundColor":null,"ExtWebTextColor":null,"ExtWebTintBackColor":null,"ExtWebHighlightBackColor":null,"ExtWebTabBackColor":null,"HeadingColor":null}