POST api/marketer/lockmarketer
Request Information
URI Parameters
None.
Body Parameters
mlMarketerLockName | description | Type | Additional information |
---|---|---|---|
ContactSysID | globally unique identifier |
None. |
|
IsLocked | boolean |
None. |
|
LockedBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ContactSysID": "ad98bbe1-573d-4ac8-ad01-ef6c5ac7568e", "IsLocked": true, "LockedBy": "5ec1d9b6-3f13-4485-904b-59274df3c86e" }
application/xml, text/xml
Sample:
<mlMarketerLock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <ContactSysID>ad98bbe1-573d-4ac8-ad01-ef6c5ac7568e</ContactSysID> <IsLocked>true</IsLocked> <LockedBy>5ec1d9b6-3f13-4485-904b-59274df3c86e</LockedBy> </mlMarketerLock>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |