POST api/Merchant/CreateEmployeeRegistration
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResultOfFSTSWebApiEmployeeRegistrationMDL| Name | Description | Type | Additional 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:
Sample not available.
text/xml
Sample:
Sample not available.