POST api/Activation/ActiveLockByDate
Request Information
URI Parameters
None.
Body Parameters
ActiveLockModelName | Description | Type | Additional information |
---|---|---|---|
SpecialName | string |
None. |
|
SystemCode | string |
None. |
|
SystemName | string |
None. |
|
PhisycalAddress | string |
None. |
|
LinkLocalIP | string |
None. |
|
ExternalIP | string |
None. |
|
VersionCode | integer |
None. |
|
VersionName | string |
None. |
|
IDSoftwarePlatform | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SpecialName": "sample string 1", "SystemCode": "sample string 2", "SystemName": "sample string 3", "PhisycalAddress": "sample string 4", "LinkLocalIP": "sample string 5", "ExternalIP": "sample string 6", "VersionCode": 7, "VersionName": "sample string 8", "IDSoftwarePlatform": 1 }
text/xml
Sample:
<ActiveLockModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZhaniyaClub.Models"> <ExternalIP>sample string 6</ExternalIP> <IDSoftwarePlatform>1</IDSoftwarePlatform> <LinkLocalIP>sample string 5</LinkLocalIP> <PhisycalAddress>sample string 4</PhisycalAddress> <SpecialName>sample string 1</SpecialName> <SystemCode>sample string 2</SystemCode> <SystemName>sample string 3</SystemName> <VersionCode>7</VersionCode> <VersionName>sample string 8</VersionName> </ActiveLockModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivationModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Message | string |
None. |
|
LockState | byte |
None. |
|
ExpirationDate | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Message": "sample string 2", "LockState": 64, "ExpirationDate": 4 }
text/xml
Sample:
<ActivationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZhaniyaClub.Models"> <ExpirationDate>4</ExpirationDate> <ID>1</ID> <LockState>64</LockState> <Message>sample string 2</Message> </ActivationModel>