GET api/Affiliate/GetSummary?affiliateId={affiliateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| affiliateId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AffiliateSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| DiaryEvents | Collection of AffiliateCalendarEvent |
None. |
|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DiaryEvents": [
{
"AffiliateId": "64482bb4-27c2-4877-97e5-4dcec6dc28bf",
"Completed": true,
"CompletedOn": "2026-06-24T20:42:56.662512+01:00",
"Description": "sample string 3",
"EventDate": "2026-06-24T20:42:56.662512+01:00",
"EventTypeId": "a66a739d-87be-4280-bc0c-66b8e853db28",
"Id": "74a3a7de-1187-47ed-a58f-03a2ed3c4da2",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "77ea3086-92c1-418a-9050-bb4fa73fe60d"
},
{
"AffiliateId": "64482bb4-27c2-4877-97e5-4dcec6dc28bf",
"Completed": true,
"CompletedOn": "2026-06-24T20:42:56.662512+01:00",
"Description": "sample string 3",
"EventDate": "2026-06-24T20:42:56.662512+01:00",
"EventTypeId": "a66a739d-87be-4280-bc0c-66b8e853db28",
"Id": "74a3a7de-1187-47ed-a58f-03a2ed3c4da2",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "77ea3086-92c1-418a-9050-bb4fa73fe60d"
}
],
"Id": "9ee818b7-d96d-4d0c-a346-b2e668b0cc3a",
"Name": "sample string 2"
}
application/xml, text/xml
Sample:
<AffiliateSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<DiaryEvents>
<AffiliateCalendarEvent>
<Completed>true</Completed>
<CompletedOn>2026-06-24T20:42:56.662512+01:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-06-24T20:42:56.662512+01:00</EventDate>
<EventTypeId>a66a739d-87be-4280-bc0c-66b8e853db28</EventTypeId>
<Id>74a3a7de-1187-47ed-a58f-03a2ed3c4da2</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>77ea3086-92c1-418a-9050-bb4fa73fe60d</PriorityId>
<AffiliateId>64482bb4-27c2-4877-97e5-4dcec6dc28bf</AffiliateId>
</AffiliateCalendarEvent>
<AffiliateCalendarEvent>
<Completed>true</Completed>
<CompletedOn>2026-06-24T20:42:56.662512+01:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-06-24T20:42:56.662512+01:00</EventDate>
<EventTypeId>a66a739d-87be-4280-bc0c-66b8e853db28</EventTypeId>
<Id>74a3a7de-1187-47ed-a58f-03a2ed3c4da2</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>77ea3086-92c1-418a-9050-bb4fa73fe60d</PriorityId>
<AffiliateId>64482bb4-27c2-4877-97e5-4dcec6dc28bf</AffiliateId>
</AffiliateCalendarEvent>
</DiaryEvents>
<Id>9ee818b7-d96d-4d0c-a346-b2e668b0cc3a</Id>
<Name>sample string 2</Name>
</AffiliateSummary>