POST api/Merchant/CreateEmployeeRegistration

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfFSTSWebApiEmployeeRegistrationMDL
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

FSTSWebApiEmployeeRegistrationMDL

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": {
    "MobNo": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "FK_StateId": 4,
    "FK_CityId": 5,
    "Address": "sample string 6",
    "Lat": "sample string 7",
    "Long": "sample string 8",
    "PK_RegId": 9,
    "DateOfBirth": "sample string 10",
    "AadharCard": "sample string 11",
    "RefferedBy": "sample string 12",
    "ImageUrl": "sample string 13",
    "Message": "sample string 14",
    "OTP": "sample string 15",
    "AadhaarFrontURL": "sample string 16",
    "AadhaarBackURL": "sample string 17",
    "NonAPIAddress": "sample string 18",
    "Email_Id": "sample string 19",
    "Gender": "sample string 20",
    "Merchant": null
  },
  "status": 4,
  "TotalCount": 5
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Web.HttpPostedFile' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Web.HttpPostedFile' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.