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": "45526c2c-6c76-495f-aabb-128d9213856c",
"Completed": true,
"CompletedOn": "2026-02-04T01:11:31.0557103+00:00",
"Description": "sample string 3",
"EventDate": "2026-02-04T01:11:31.0557103+00:00",
"EventTypeId": "d0c0bc18-82fa-4642-bea2-f5f52fdc5591",
"Id": "25944292-1890-4015-ba0c-bf6c85bc992a",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "b2151a99-fcf9-48b5-b8a7-8be90e2521c9"
},
{
"AffiliateId": "45526c2c-6c76-495f-aabb-128d9213856c",
"Completed": true,
"CompletedOn": "2026-02-04T01:11:31.0557103+00:00",
"Description": "sample string 3",
"EventDate": "2026-02-04T01:11:31.0557103+00:00",
"EventTypeId": "d0c0bc18-82fa-4642-bea2-f5f52fdc5591",
"Id": "25944292-1890-4015-ba0c-bf6c85bc992a",
"InProgress": true,
"Notes": "sample string 7",
"PriorityId": "b2151a99-fcf9-48b5-b8a7-8be90e2521c9"
}
],
"Id": "12c98904-10f9-4cfb-8bc0-df4a7f1c084a",
"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-02-04T01:11:31.0557103+00:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-02-04T01:11:31.0557103+00:00</EventDate>
<EventTypeId>d0c0bc18-82fa-4642-bea2-f5f52fdc5591</EventTypeId>
<Id>25944292-1890-4015-ba0c-bf6c85bc992a</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>b2151a99-fcf9-48b5-b8a7-8be90e2521c9</PriorityId>
<AffiliateId>45526c2c-6c76-495f-aabb-128d9213856c</AffiliateId>
</AffiliateCalendarEvent>
<AffiliateCalendarEvent>
<Completed>true</Completed>
<CompletedOn>2026-02-04T01:11:31.0557103+00:00</CompletedOn>
<Description>sample string 3</Description>
<EventDate>2026-02-04T01:11:31.0557103+00:00</EventDate>
<EventTypeId>d0c0bc18-82fa-4642-bea2-f5f52fdc5591</EventTypeId>
<Id>25944292-1890-4015-ba0c-bf6c85bc992a</Id>
<InProgress>true</InProgress>
<Notes>sample string 7</Notes>
<PriorityId>b2151a99-fcf9-48b5-b8a7-8be90e2521c9</PriorityId>
<AffiliateId>45526c2c-6c76-495f-aabb-128d9213856c</AffiliateId>
</AffiliateCalendarEvent>
</DiaryEvents>
<Id>12c98904-10f9-4cfb-8bc0-df4a7f1c084a</Id>
<Name>sample string 2</Name>
</AffiliateSummary>