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
AffiliateSummaryName | 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": "5775d1f1-ce71-487d-a6a4-ad5b8301fbdf", "Completed": true, "CompletedOn": "2025-09-13T03:23:56.8832877+01:00", "Description": "sample string 3", "EventDate": "2025-09-13T03:23:56.8832877+01:00", "EventTypeId": "755112be-fa01-4865-8a86-bc11d3114203", "Id": "38d0a486-4150-4487-befe-e6037132c031", "InProgress": true, "Notes": "sample string 7", "PriorityId": "1ed7cf54-3918-4aa4-a7f1-245d462fcce9" }, { "AffiliateId": "5775d1f1-ce71-487d-a6a4-ad5b8301fbdf", "Completed": true, "CompletedOn": "2025-09-13T03:23:56.8832877+01:00", "Description": "sample string 3", "EventDate": "2025-09-13T03:23:56.8832877+01:00", "EventTypeId": "755112be-fa01-4865-8a86-bc11d3114203", "Id": "38d0a486-4150-4487-befe-e6037132c031", "InProgress": true, "Notes": "sample string 7", "PriorityId": "1ed7cf54-3918-4aa4-a7f1-245d462fcce9" } ], "Id": "58db1fb8-346b-4094-89a0-eea72e18486e", "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>2025-09-13T03:23:56.8832877+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-09-13T03:23:56.8832877+01:00</EventDate> <EventTypeId>755112be-fa01-4865-8a86-bc11d3114203</EventTypeId> <Id>38d0a486-4150-4487-befe-e6037132c031</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>1ed7cf54-3918-4aa4-a7f1-245d462fcce9</PriorityId> <AffiliateId>5775d1f1-ce71-487d-a6a4-ad5b8301fbdf</AffiliateId> </AffiliateCalendarEvent> <AffiliateCalendarEvent> <Completed>true</Completed> <CompletedOn>2025-09-13T03:23:56.8832877+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-09-13T03:23:56.8832877+01:00</EventDate> <EventTypeId>755112be-fa01-4865-8a86-bc11d3114203</EventTypeId> <Id>38d0a486-4150-4487-befe-e6037132c031</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>1ed7cf54-3918-4aa4-a7f1-245d462fcce9</PriorityId> <AffiliateId>5775d1f1-ce71-487d-a6a4-ad5b8301fbdf</AffiliateId> </AffiliateCalendarEvent> </DiaryEvents> <Id>58db1fb8-346b-4094-89a0-eea72e18486e</Id> <Name>sample string 2</Name> </AffiliateSummary>