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": "6b80fee5-64dd-4455-86c3-afa37dbee878", "IsLocked": true, "LockedBy": "843aca92-4743-4c30-8442-7b3a394fd93f" }
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>6b80fee5-64dd-4455-86c3-afa37dbee878</ContactSysID> <IsLocked>true</IsLocked> <LockedBy>843aca92-4743-4c30-8442-7b3a394fd93f</LockedBy> </mlMarketerLock>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |