POST api/diamond/user-visit-count
Request Information
URI Parameters
None.
Body Parameters
UserRequestName | Description | Type | Additional information |
---|---|---|---|
UserSeq | integer |
None. |
|
UserUId | globally unique identifier |
None. |
|
TokenNo | string |
None. |
|
seqNo | integer |
None. |
|
value | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserSeq": 1, "UserUId": "7a65cc3e-38c2-446f-b42f-1963451f28e0", "TokenNo": "sample string 3", "seqNo": 4, "value": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
STATUS | string |
None. |
|
MESSAGE | string |
None. |
|
VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "STATUS": "sample string 1", "MESSAGE": "sample string 2", "VALUE": "sample string 3" }