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": "096974fe-82a4-429d-a689-31349cfac6b5",
"Completed": true,
"CompletedOn": "2026-02-04T01:09:53.3220356+00:00",
"Description": "sample string 3",
"EventDate": "2026-02-04T01:09:53.3220356+00:00",
"EventTypeId": "5f12f113-e115-4046-bc76-3b343a3a612b",
"Id": "188f73ab-8779-416b-b349-67337b701a8a",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "b4845a0f-ef40-4c4a-872c-340500b0ba1d"
},
{
"AffiliateId": "096974fe-82a4-429d-a689-31349cfac6b5",
"Completed": true,
"CompletedOn": "2026-02-04T01:09:53.3220356+00:00",
"Description": "sample string 3",
"EventDate": "2026-02-04T01:09:53.3220356+00:00",
"EventTypeId": "5f12f113-e115-4046-bc76-3b343a3a612b",
"Id": "188f73ab-8779-416b-b349-67337b701a8a",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "b4845a0f-ef40-4c4a-872c-340500b0ba1d"
}
]
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-02-04T01:09:53.3220356+00:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-02-04T01:09:53.3220356+00:00</EventDate>
<EventTypeId>5f12f113-e115-4046-bc76-3b343a3a612b</EventTypeId>
<Id>188f73ab-8779-416b-b349-67337b701a8a</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>b4845a0f-ef40-4c4a-872c-340500b0ba1d</PriorityId>
<AffiliateId>096974fe-82a4-429d-a689-31349cfac6b5</AffiliateId>
</AffiliateCalendarEvent>
<AffiliateCalendarEvent>
<Completed>true</Completed>
<CompletedOn>2026-02-04T01:09:53.3220356+00:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-02-04T01:09:53.3220356+00:00</EventDate>
<EventTypeId>5f12f113-e115-4046-bc76-3b343a3a612b</EventTypeId>
<Id>188f73ab-8779-416b-b349-67337b701a8a</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>b4845a0f-ef40-4c4a-872c-340500b0ba1d</PriorityId>
<AffiliateId>096974fe-82a4-429d-a689-31349cfac6b5</AffiliateId>
</AffiliateCalendarEvent>
</ArrayOfAffiliateCalendarEvent>