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 AffiliateCalendarEventName | 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": "2cfef967-7f7d-4a80-990f-b9f265084ce5", "Completed": true, "CompletedOn": "2025-09-13T03:22:11.0345355+01:00", "Description": "sample string 3", "EventDate": "2025-09-13T03:22:11.0345355+01:00", "EventTypeId": "27804868-ff8f-4c79-b3c5-67efed8c009e", "Id": "33ac955a-8b33-4da7-8c50-b7b4b30326bf", "InProgress": true, "Notes": "sample string 7", "PriorityId": "044df40a-6894-4329-a834-d5713178214c" }, { "AffiliateId": "2cfef967-7f7d-4a80-990f-b9f265084ce5", "Completed": true, "CompletedOn": "2025-09-13T03:22:11.0345355+01:00", "Description": "sample string 3", "EventDate": "2025-09-13T03:22:11.0345355+01:00", "EventTypeId": "27804868-ff8f-4c79-b3c5-67efed8c009e", "Id": "33ac955a-8b33-4da7-8c50-b7b4b30326bf", "InProgress": true, "Notes": "sample string 7", "PriorityId": "044df40a-6894-4329-a834-d5713178214c" } ]
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>2025-09-13T03:22:11.0345355+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-09-13T03:22:11.0345355+01:00</EventDate> <EventTypeId>27804868-ff8f-4c79-b3c5-67efed8c009e</EventTypeId> <Id>33ac955a-8b33-4da7-8c50-b7b4b30326bf</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>044df40a-6894-4329-a834-d5713178214c</PriorityId> <AffiliateId>2cfef967-7f7d-4a80-990f-b9f265084ce5</AffiliateId> </AffiliateCalendarEvent> <AffiliateCalendarEvent> <Completed>true</Completed> <CompletedOn>2025-09-13T03:22:11.0345355+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-09-13T03:22:11.0345355+01:00</EventDate> <EventTypeId>27804868-ff8f-4c79-b3c5-67efed8c009e</EventTypeId> <Id>33ac955a-8b33-4da7-8c50-b7b4b30326bf</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>044df40a-6894-4329-a834-d5713178214c</PriorityId> <AffiliateId>2cfef967-7f7d-4a80-990f-b9f265084ce5</AffiliateId> </AffiliateCalendarEvent> </ArrayOfAffiliateCalendarEvent>