POST api/v1/jamb/jamb-create-teller
Request Information
URI Parameters
None.
Body Parameters
JambCreateTellerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TellerFullName | string |
None. |
|
| string |
None. |
||
| MobileNumber | string |
None. |
|
| Branch | string |
None. |
|
| LoginName | string |
None. |
|
| Password | string |
None. |
|
| RequestId | string |
Required Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9.|/-]+$)) |
|
| CountryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TellerFullName": "sample string 1",
"Email": "sample string 2",
"MobileNumber": "sample string 3",
"Branch": "sample string 4",
"LoginName": "sample string 5",
"Password": "sample string 6",
"RequestId": "sample string 7",
"CountryId": "sample string 8"
}
application/xml, text/xml
Sample:
<JambCreateTellerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects"> <CountryId>sample string 8</CountryId> <RequestId>sample string 7</RequestId> <Branch>sample string 4</Branch> <Email>sample string 2</Email> <LoginName>sample string 5</LoginName> <MobileNumber>sample string 3</MobileNumber> <Password>sample string 6</Password> <TellerFullName>sample string 1</TellerFullName> </JambCreateTellerRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.