POST api/Account/validateBranchManagerCredentials
Request Information
URI Parameters
None.
Body Parameters
BranchManagerCredentialsRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchIDF | globally unique identifier |
None. |
|
| string |
None. |
||
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchIDF": "128d1c28-fe34-42da-8f69-574e24e98323",
"Email": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<BranchManagerCredentialsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>128d1c28-fe34-42da-8f69-574e24e98323</BranchIDF> <Email>sample string 2</Email> <Password>sample string 3</Password> </BranchManagerCredentialsRequestClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |