POST app/api/ems/checkSign

Request Information

URI Parameters

None.

Body Parameters

checkSing
NameDescriptionTypeAdditional information
account

string

None.

sign_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "sign_type": "sample string 2"
}

text/xml

Sample:
<checkSing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Models">
  <account>sample string 1</account>
  <sign_type>sample string 2</sign_type>
</checkSing>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />