POST ms/authen/signin

Request Information

URI Parameters

None.

Body Parameters

m_signin_ms
NameDescriptionTypeAdditional information
CustomerName

string

Required

PhoneNo

string

Required

CustomerIsGovernment

boolean

None.

CustomerRank

string

None.

tokenbot

string

Required

Request Formats

application/json, text/json

Sample:
{
  "CustomerName": "sample string 1",
  "PhoneNo": "sample string 2",
  "CustomerIsGovernment": true,
  "CustomerRank": "sample string 3",
  "tokenbot": "sample string 4"
}

application/xml, text/xml

Sample:
<m_signin_ms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <CustomerIsGovernment>true</CustomerIsGovernment>
  <CustomerName>sample string 1</CustomerName>
  <CustomerRank>sample string 3</CustomerRank>
  <PhoneNo>sample string 2</PhoneNo>
  <tokenbot>sample string 4</tokenbot>
</m_signin_ms>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.