POST api/Branch?rememberMe={rememberMe}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objResult | No documentation available. |
Define this parameter in the request body. |
| rememberMe | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"Password": "sample string 2",
"Token": "sample string 3",
"FullName": "sample string 4",
"SupplierID": "sample string 5",
"TimeToExpire": 6
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLCommon"> <FullName>sample string 4</FullName> <Password>sample string 2</Password> <SupplierID>sample string 5</SupplierID> <TimeToExpire>6</TimeToExpire> <Token>sample string 3</Token> <UserID>sample string 1</UserID> </User>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>