POST api/Affiliate/GetDiaryEvents?affiliateId={affiliateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| affiliateId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AffiliateCalendarEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| AffiliateId | globally unique identifier |
None. |
|
| Completed | boolean |
None. |
|
| CompletedOn | date |
None. |
|
| Description | string |
None. |
|
| EventDate | date |
None. |
|
| EventTypeId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| InProgress | boolean |
None. |
|
| Notes | string |
None. |
|
| PriorityId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AffiliateId": "647eb119-1ed8-4ff6-8c12-297261148861",
"Completed": true,
"CompletedOn": "2026-08-15T10:58:24.8713614+01:00",
"Description": "sample string 3",
"EventDate": "2026-08-15T10:58:24.8713614+01:00",
"EventTypeId": "0dfef164-e24e-4e8e-889e-54ae7aded2b1",
"Id": "778c0317-e4ab-4d1f-84f7-d670c9ab62a7",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "204666c6-50b6-4d50-863f-46e700ebc0f4"
},
{
"AffiliateId": "647eb119-1ed8-4ff6-8c12-297261148861",
"Completed": true,
"CompletedOn": "2026-08-15T10:58:24.8713614+01:00",
"Description": "sample string 3",
"EventDate": "2026-08-15T10:58:24.8713614+01:00",
"EventTypeId": "0dfef164-e24e-4e8e-889e-54ae7aded2b1",
"Id": "778c0317-e4ab-4d1f-84f7-d670c9ab62a7",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "204666c6-50b6-4d50-863f-46e700ebc0f4"
}
]
application/xml, text/xml
Sample:
<ArrayOfAffiliateCalendarEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<AffiliateCalendarEvent>
<Completed>true</Completed>
<CompletedOn>2026-08-15T10:58:24.8713614+01:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-08-15T10:58:24.8713614+01:00</EventDate>
<EventTypeId>0dfef164-e24e-4e8e-889e-54ae7aded2b1</EventTypeId>
<Id>778c0317-e4ab-4d1f-84f7-d670c9ab62a7</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>204666c6-50b6-4d50-863f-46e700ebc0f4</PriorityId>
<AffiliateId>647eb119-1ed8-4ff6-8c12-297261148861</AffiliateId>
</AffiliateCalendarEvent>
<AffiliateCalendarEvent>
<Completed>true</Completed>
<CompletedOn>2026-08-15T10:58:24.8713614+01:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-08-15T10:58:24.8713614+01:00</EventDate>
<EventTypeId>0dfef164-e24e-4e8e-889e-54ae7aded2b1</EventTypeId>
<Id>778c0317-e4ab-4d1f-84f7-d670c9ab62a7</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>204666c6-50b6-4d50-863f-46e700ebc0f4</PriorityId>
<AffiliateId>647eb119-1ed8-4ff6-8c12-297261148861</AffiliateId>
</AffiliateCalendarEvent>
</ArrayOfAffiliateCalendarEvent>