POST api/CommunitySync/PostSocialActivity?APIKey={APIKey}&ClientId={ClientId}&customerId={customerId}&ActivityDate={ActivityDate}&Description={Description}&URL={URL}&ActivityCode={ActivityCode}&XML={XML}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
Required |
|
| ClientId | string |
Required |
|
| customerId | globally unique identifier |
Required |
|
| ActivityDate | date |
Required |
|
| Description | string |
Required |
|
| URL | string |
Required |
|
| ActivityCode | string |
Required |
|
| XML | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | Status |
None. |
|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 0,
"Id": "69a75ef6-624d-4433-acc6-083f3663d6fb",
"Description": "sample string 2"
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.UX.API.Response"> <Description>sample string 2</Description> <Id>69a75ef6-624d-4433-acc6-083f3663d6fb</Id> <Status>Success</Status> </APIResponse>