POST api/B2B/Login

Request Information

URI Parameters

None.

Body Parameters

B2BLoginModel
NameDescriptionTypeAdditional information
Name

string

None.

pass

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "pass": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "sample string 1": {},
    "sample string 3": {}
  },
  {
    "sample string 1": {},
    "sample string 3": {}
  }
]