POST AddKeyContact
Request Information
URI Parameters
None.
Body Parameters
KeyContactInforamtionName | Description | Type | Additional information |
---|---|---|---|
menuControl | string |
None. |
|
userId | integer |
None. |
|
franchiseeKeyContactId | string |
None. |
|
franchiseeId | integer |
None. |
|
contactName | string |
None. |
|
emailAddress | string |
None. |
|
emailNotifications | string |
None. |
|
userName | string |
None. |
|
isKeyContact | boolean |
None. |
|
UpdateType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "menuControl": "sample string 1", "userId": 2, "franchiseeKeyContactId": "sample string 3", "franchiseeId": 4, "contactName": "sample string 5", "emailAddress": "sample string 6", "emailNotifications": "sample string 7", "userName": "sample string 8", "isKeyContact": true, "UpdateType": "sample string 10" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.