POST api/Employee/GetMobilePhoneCode

Request Information

URI Parameters

None.

Body Parameters

EmployeeGetMobilePhoneCodeInput
NameDescriptionTypeAdditional information
PhoneNumber

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "Type": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.