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": "2cf763ab-5feb-48cd-9fbe-d5aecf613af3", "Completed": true, "CompletedOn": "2025-08-27T03:36:03.5460758+01:00", "Description": "sample string 3", "EventDate": "2025-08-27T03:36:03.5460758+01:00", "EventTypeId": "2a66c928-39ef-47a0-a1a5-50070b4b6d71", "Id": "b4445ef8-eadd-4157-81e6-d4c803b72715", "InProgress": true, "Notes": "sample string 7", "PriorityId": "cf5d1598-1c00-49d0-8026-eb8bf7b9bdd9" }, { "AffiliateId": "2cf763ab-5feb-48cd-9fbe-d5aecf613af3", "Completed": true, "CompletedOn": "2025-08-27T03:36:03.5460758+01:00", "Description": "sample string 3", "EventDate": "2025-08-27T03:36:03.5460758+01:00", "EventTypeId": "2a66c928-39ef-47a0-a1a5-50070b4b6d71", "Id": "b4445ef8-eadd-4157-81e6-d4c803b72715", "InProgress": true, "Notes": "sample string 7", "PriorityId": "cf5d1598-1c00-49d0-8026-eb8bf7b9bdd9" } ], "Id": "99e89429-d443-42af-866b-24e9ba2bfb9b", "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-08-27T03:36:03.5460758+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-08-27T03:36:03.5460758+01:00</EventDate> <EventTypeId>2a66c928-39ef-47a0-a1a5-50070b4b6d71</EventTypeId> <Id>b4445ef8-eadd-4157-81e6-d4c803b72715</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>cf5d1598-1c00-49d0-8026-eb8bf7b9bdd9</PriorityId> <AffiliateId>2cf763ab-5feb-48cd-9fbe-d5aecf613af3</AffiliateId> </AffiliateCalendarEvent> <AffiliateCalendarEvent> <Completed>true</Completed> <CompletedOn>2025-08-27T03:36:03.5460758+01:00</CompletedOn> <Description>sample string 3</Description> <EventDate>2025-08-27T03:36:03.5460758+01:00</EventDate> <EventTypeId>2a66c928-39ef-47a0-a1a5-50070b4b6d71</EventTypeId> <Id>b4445ef8-eadd-4157-81e6-d4c803b72715</Id> <InProgress>true</InProgress> <Notes>sample string 7</Notes> <PriorityId>cf5d1598-1c00-49d0-8026-eb8bf7b9bdd9</PriorityId> <AffiliateId>2cf763ab-5feb-48cd-9fbe-d5aecf613af3</AffiliateId> </AffiliateCalendarEvent> </DiaryEvents> <Id>99e89429-d443-42af-866b-24e9ba2bfb9b</Id> <Name>sample string 2</Name> </AffiliateSummary>