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": "cb2d6730-fdda-462d-839a-25e3a5c9a7cb", "Completed": true, "CompletedOn": "2025-08-27T03:37:16.327731+01:00", "Description": "sample string 3", "EventDate": "2025-08-27T03:37:16.327731+01:00", "EventTypeId": "781a8728-e24e-4d02-8691-1a6bf2f8e6c0", "Id": "a7935414-3276-46eb-b537-3eda268fa83d", "InProgress": true, "Notes": "sample string 7", "PriorityId": "1886eeab-683d-424b-a4c0-c8f6dbd48a46" }, { "AffiliateId": "cb2d6730-fdda-462d-839a-25e3a5c9a7cb", "Completed": true, "CompletedOn": "2025-08-27T03:37:16.327731+01:00", "Description": "sample string 3", "EventDate": "2025-08-27T03:37:16.327731+01:00", "EventTypeId": "781a8728-e24e-4d02-8691-1a6bf2f8e6c0", "Id": "a7935414-3276-46eb-b537-3eda268fa83d", "InProgress": true, "Notes": "sample string 7", "PriorityId": "1886eeab-683d-424b-a4c0-c8f6dbd48a46" } ]
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-08-27T03:37:16.327731+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-08-27T03:37:16.327731+01:00</EventDate> <EventTypeId>781a8728-e24e-4d02-8691-1a6bf2f8e6c0</EventTypeId> <Id>a7935414-3276-46eb-b537-3eda268fa83d</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>1886eeab-683d-424b-a4c0-c8f6dbd48a46</PriorityId> <AffiliateId>cb2d6730-fdda-462d-839a-25e3a5c9a7cb</AffiliateId> </AffiliateCalendarEvent> <AffiliateCalendarEvent> <Completed>true</Completed> <CompletedOn>2025-08-27T03:37:16.327731+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-08-27T03:37:16.327731+01:00</EventDate> <EventTypeId>781a8728-e24e-4d02-8691-1a6bf2f8e6c0</EventTypeId> <Id>a7935414-3276-46eb-b537-3eda268fa83d</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>1886eeab-683d-424b-a4c0-c8f6dbd48a46</PriorityId> <AffiliateId>cb2d6730-fdda-462d-839a-25e3a5c9a7cb</AffiliateId> </AffiliateCalendarEvent> </ArrayOfAffiliateCalendarEvent>