POST api/Communication/SaveBirthDayMessage
Request Information
URI Parameters
None.
Body Parameters
ModelBirthDay| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonType | integer |
Required |
|
| PersonID | string |
Required |
|
| CreatedBy | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"PersonType": 1,
"PersonID": "sample string 2",
"CreatedBy": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}