POST api/GetBindings/(action)

Request Information

URI Parameters

None.

Body Parameters

GetBindingsRequest
NameDescriptionTypeAdditional information
AppMac

string

None.

Timestamp

string

None.

ReqUserName

string

None.

ReqPassWord

string

None.

TokenProxy

string

None.

SessionID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppMac": "sample string 1",
  "Timestamp": "sample string 2",
  "ReqUserName": "sample string 3",
  "ReqPassWord": "sample string 4",
  "Token": "snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3Cky1pCJLt0op7ZLpewRryjc5z9s39p0s53yuWji1TF9jFq3hdIlzYdEGzsSlQGA9yHU=",
  "SessionID": "sample string 8"
}

application/xml, text/xml

Sample:
<GetBindingsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ibeller.Bck.Ibl.Msg">
  <SessionID>sample string 8</SessionID>
  <Token>snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3Cky1pCJLt0op7ZLpewRryjc5z9s39p0s53yuWji1TF9jFq3hdIlzYdEGzsSlQGA9yHU=</Token>
  <ReqPassWord>sample string 4</ReqPassWord>
  <ReqUserName>sample string 3</ReqUserName>
  <Timestamp>sample string 2</Timestamp>
  <AppMac>sample string 1</AppMac>
</GetBindingsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetBindingsResponse
NameDescriptionTypeAdditional information
Bcks

Collection of BCarKeyInfo

None.

Result

unsigned integer

None.

Token

string

None.

SessionID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "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": 1,
  "Token": "snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3Cky1pCJLt0op7ZLpewRryjc5z9s39p0s53yuWji1TF9jFq3hdIlzYdEGzsSlQGA9yHU=",
  "SessionID": "sample string 5"
}

application/xml, text/xml

Sample:
<GetBindingsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ibeller.Bck.Ibl.Msg">
  <SessionID>sample string 5</SessionID>
  <Token>snflR0LbGNdSTLmWLy4VtMidkh87AmbRz75qGqYi5xdojnCQfxYaKsl4/054ZLRgikQ9SLAMCxM9Yz6Rtj6J1i7GoMURJ6QuPkzbCL+/fdU/WSP02EzsROXz5vPLn8yyjKuBylZIvNiRouVGZOsPXU8hLU7sFuywNMsrPOdesJkKTozjG2BlE+D5OPkpTPlPZNBskNzZoVHwQlQD4oKboci7oIsXnreoQPAQEmP3Cky1pCJLt0op7ZLpewRryjc5z9s39p0s53yuWji1TF9jFq3hdIlzYdEGzsSlQGA9yHU=</Token>
  <Result>1</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>
</GetBindingsResponse>