POST api/ChangeAppMac
Request Information
URI Parameters
None.
Body Parameters
ChangeAppMacRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserAccounts | string |
None. |
|
| Password | string |
None. |
|
| CheckCode | string |
None. |
|
| AppMac | string |
None. |
|
| Timestamp | string |
None. |
|
| ReqUserName | string |
None. |
|
| ReqPassWord | string |
None. |
|
| Token | string |
None. |
|
| SessionID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserAccounts": "sample string 1",
"Password": "sample string 2",
"CheckCode": "sample string 3",
"AppMac": "sample string 4",
"Timestamp": "sample string 5",
"ReqUserName": "sample string 6",
"ReqPassWord": "sample string 7",
"Token": "snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3CkyFpd4t0qOeffrPAKhC/vqs2BS16DQ5TuC2yqK2sMP0YPGvtbuji5RAHhxH3mbc9ZU=",
"SessionID": "sample string 11"
}
application/xml, text/xml
Sample:
<ChangeAppMacRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ibeller.Bck.Ibl.Msg"> <SessionID>sample string 11</SessionID> <Token>snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3CkyFpd4t0qOeffrPAKhC/vqs2BS16DQ5TuC2yqK2sMP0YPGvtbuji5RAHhxH3mbc9ZU=</Token> <ReqPassWord>sample string 7</ReqPassWord> <ReqUserName>sample string 6</ReqUserName> <Timestamp>sample string 5</Timestamp> <AppMac>sample string 4</AppMac> <CheckCode>sample string 3</CheckCode> <Password>sample string 2</Password> <UserAccounts>sample string 1</UserAccounts> </ChangeAppMacRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChangeAppMacResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UserAccounts | string |
None. |
|
| Bcks | Collection of BCarKeyInfo |
None. |
|
| Result | unsigned integer |
None. |
|
| Token | string |
None. |
|
| SessionID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserAccounts": "sample string 1",
"Bcks": [
{
"BckSN": "sample string 1",
"BluthID": "sample string 2",
"Brand": "sample string 3",
"VehicleType": "sample string 4",
"Vintage": "sample string 5",
"PlateNumber": "sample string 6",
"AutoOpenType": 7,
"Crep": "sample string 8",
"BKey": "sample string 9",
"AppMac": "sample string 10",
"BKeyId": 11,
"BckType": "sample string 12"
},
{
"BckSN": "sample string 1",
"BluthID": "sample string 2",
"Brand": "sample string 3",
"VehicleType": "sample string 4",
"Vintage": "sample string 5",
"PlateNumber": "sample string 6",
"AutoOpenType": 7,
"Crep": "sample string 8",
"BKey": "sample string 9",
"AppMac": "sample string 10",
"BKeyId": 11,
"BckType": "sample string 12"
}
],
"Result": 2,
"Token": "snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3CkyFpd4t0qOeffrPAKhC/vqs2BS16DQ5TuC2yqK2sMP0YPGvtbuji5RAHhxH3mbc9ZU=",
"SessionID": "sample string 6"
}
application/xml, text/xml
Sample:
<ChangeAppMacResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ibeller.Bck.Ibl.Msg">
<SessionID>sample string 6</SessionID>
<Token>snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3CkyFpd4t0qOeffrPAKhC/vqs2BS16DQ5TuC2yqK2sMP0YPGvtbuji5RAHhxH3mbc9ZU=</Token>
<Result>2</Result>
<Bcks>
<BCarKeyInfo>
<AppMac>sample string 10</AppMac>
<AutoOpenType>7</AutoOpenType>
<BKey>sample string 9</BKey>
<BKeyId>11</BKeyId>
<BckSN>sample string 1</BckSN>
<BckType>sample string 12</BckType>
<BluthID>sample string 2</BluthID>
<Brand>sample string 3</Brand>
<Crep>sample string 8</Crep>
<PlateNumber>sample string 6</PlateNumber>
<VehicleType>sample string 4</VehicleType>
<Vintage>sample string 5</Vintage>
</BCarKeyInfo>
<BCarKeyInfo>
<AppMac>sample string 10</AppMac>
<AutoOpenType>7</AutoOpenType>
<BKey>sample string 9</BKey>
<BKeyId>11</BKeyId>
<BckSN>sample string 1</BckSN>
<BckType>sample string 12</BckType>
<BluthID>sample string 2</BluthID>
<Brand>sample string 3</Brand>
<Crep>sample string 8</Crep>
<PlateNumber>sample string 6</PlateNumber>
<VehicleType>sample string 4</VehicleType>
<Vintage>sample string 5</Vintage>
</BCarKeyInfo>
</Bcks>
<UserAccounts>sample string 1</UserAccounts>
</ChangeAppMacResponse>