POST api/Account/candidate
Request Information
URI Parameters
None.
Body Parameters
AccountCreateModelName | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
Password | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
nAcquiKey | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "Password": "sample string 2", "nAcquiKey": 3 }
text/html
Sample:
{"Email":"sample string 1","Password":"sample string 2","nAcquiKey":3}
application/xml, text/xml
Sample:
<AccountCreateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.Account"> <Email>sample string 1</Email> <Password>sample string 2</Password> <nAcquiKey>3</nAcquiKey> </AccountCreateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.