POST contactList/UpdateUserContact
Request Information
URI Parameters
None.
Body Parameters
iContactDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId | globally unique identifier |
None. |
|
| userId | globally unique identifier |
None. |
|
| name | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| loginId | string |
None. |
|
| remark | string |
None. |
|
| date | string |
None. |
|
| voucherId | globally unique identifier |
None. |
|
| status | string |
None. |
|
| agentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"contactId": "74dc2331-7bcc-404b-96d2-d3bd2826783f",
"userId": "0ee9ee7c-533b-4a9f-9ed0-f0960e03f7b2",
"name": "sample string 3",
"phone": "sample string 4",
"email": "sample string 5",
"loginId": "sample string 6",
"remark": "sample string 7",
"date": "sample string 8",
"voucherId": "c61ef4de-0069-4ee0-a6fb-b2d7753f75e7",
"status": "sample string 10",
"agentId": "0aa0c8a2-dad9-45f4-a26c-70e542c5dc7b"
}
Response Information
Resource Description
oResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
|
| lang | string |
None. |
|
| RefNo | string |
None. |
|
| Records | Collection of Object |
None. |
|
| userMenu | Collection of Object |
None. |
|
| MasterData | Collection of Object |
None. |
|
| DetailData | Collection of Object |
None. |
|
| InfoData | Collection of Object |
None. |
|
| DownloadDashboard | Collection of Object |
None. |
|
| ScanDashboard | Collection of Object |
None. |
|
| SocialLinkDashboard | Collection of Object |
None. |
|
| DownloadGraph | Collection of Object |
None. |
|
| ScanGraph | Collection of Object |
None. |
|
| SocialLinkGraph | Collection of Object |
None. |
|
| SumDetailDashboard | Collection of Object |
None. |
|
| Title | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": true,
"Message": "sample string 2",
"lang": "sample string 3",
"RefNo": "sample string 4",
"Records": [
{},
{}
],
"userMenu": [
{},
{}
],
"MasterData": [
{},
{}
],
"DetailData": [
{},
{}
],
"InfoData": [
{},
{}
],
"DownloadDashboard": [
{},
{}
],
"ScanDashboard": [
{},
{}
],
"SocialLinkDashboard": [
{},
{}
],
"DownloadGraph": [
{},
{}
],
"ScanGraph": [
{},
{}
],
"SocialLinkGraph": [
{},
{}
],
"SumDetailDashboard": [
{},
{}
],
"Title": [
{},
{}
]
}