GET api/ReplicationData2/AccountInfo_GetAll?PrivateKey={PrivateKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountInfoEcom| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| LstAccountInfo | Collection of AccountInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"LstAccountInfo": [
{
"account_no": "sample string 1",
"mobile_no": "sample string 2"
},
{
"account_no": "sample string 1",
"mobile_no": "sample string 2"
}
]
}