POST api/GreetingCard/GiveGreetingCard
Request Information
URI Parameters
None.
Body Parameters
GiveGreetingCardParam| Name | Description | Type | Additional information |
|---|---|---|---|
| FromUserId | string |
None. |
|
| ToUserId | string |
None. |
|
| GreetingCardId | string |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromUserId": "sample string 1",
"toUserId": "sample string 2",
"greetingCardId": "sample string 3",
"content": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Server_time | integer |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 200,
"message": "sample string 1",
"server_time": 2,
"data": {}
}