POST api/Enrollment
Request Information
URI Parameters
None.
Body Parameters
UserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| Mac | string |
None. |
|
| ICCID | string |
None. |
|
| IsIpPath | boolean |
None. |
|
| IsRadioPath | boolean |
None. |
|
| RadioIP | string |
None. |
|
| SessionId | string |
None. |
|
| Account | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"Mac": "sample string 3",
"ICCID": "sample string 4",
"IsIpPath": true,
"IsRadioPath": true,
"RadioIP": "sample string 7",
"SessionId": "sample string 8",
"Account": "sample string 9"
}
application/xml, text/xml
Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model"> <Account>sample string 9</Account> <ICCID>sample string 4</ICCID> <IsIpPath>true</IsIpPath> <IsRadioPath>true</IsRadioPath> <Mac>sample string 3</Mac> <Password>sample string 2</Password> <RadioIP>sample string 7</RadioIP> <SessionId>sample string 8</SessionId> <UserName>sample string 1</UserName> </UserInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |