POST api/PIN
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pinModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "userName": "sample string 1", "pin": "sample string 2" }
text/xml
Sample:
<PINModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models"> <PIN>sample string 2</PIN> <UserName>sample string 1</UserName> </PINModel>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.