POST api/User/SaveInternalUser
Request Information
URI Parameters
None.
Body Parameters
InternalUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| rowNumber | integer |
None. |
|
| intId | integer |
None. |
|
| strEmail | string |
None. |
|
| strPassWord | string |
None. |
|
| strFirstName | string |
None. |
|
| strLastName | string |
None. |
|
| strAddress1 | string |
None. |
|
| strPhone | string |
None. |
|
| intCreatedBy | integer |
None. |
|
| intMerchantId | integer |
None. |
|
| allcount | integer |
None. |
|
| intTotalPages | integer |
None. |
|
| strPortal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rowNumber": 1,
"intId": 2,
"strEmail": "sample string 3",
"strPassWord": "sample string 4",
"strFirstName": "sample string 5",
"strLastName": "sample string 6",
"strAddress1": "sample string 7",
"strPhone": "sample string 8",
"intCreatedBy": 9,
"intMerchantId": 10,
"allcount": 11,
"intTotalPages": 12,
"strPortal": "sample string 13"
}
application/xml, text/xml
Sample:
<InternalUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <allcount>11</allcount> <intCreatedBy>9</intCreatedBy> <intId>2</intId> <intMerchantId>10</intMerchantId> <intTotalPages>12</intTotalPages> <rowNumber>1</rowNumber> <strAddress1>sample string 7</strAddress1> <strEmail>sample string 3</strEmail> <strFirstName>sample string 5</strFirstName> <strLastName>sample string 6</strLastName> <strPassWord>sample string 4</strPassWord> <strPhone>sample string 8</strPhone> <strPortal>sample string 13</strPortal> </InternalUserModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.