| POST | /v1/coverage/swap |
|---|
"use strict";
export class CoverageExplanationSource {
/** @param {{PolicyName?:string,CascadeLevel?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
PolicyName;
/** @type {string} */
CascadeLevel;
}
export class CoverageExplanationOverride {
/** @param {{Who?:string,Consequence?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Who;
/** @type {string} */
Consequence;
}
export class CoverageExplanation {
/** @param {{PlainSentence?:string,RuleId?:string,RuleName?:string,Demand?:string,Source?:CoverageExplanationSource,Kind?:string,WhyItExists?:string,WhatWouldChangeIt?:string,Override?:CoverageExplanationOverride,Drill?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
PlainSentence;
/** @type {string} */
RuleId;
/** @type {string} */
RuleName;
/** @type {string} */
Demand;
/** @type {CoverageExplanationSource} */
Source;
/** @type {string} */
Kind;
/** @type {string} */
WhyItExists;
/** @type {string} */
WhatWouldChangeIt;
/** @type {CoverageExplanationOverride} */
Override;
/** @type {string} */
Drill;
}
export class CoverageCandidateCheck {
/** @param {{CheckId?:string,Result?:string,Expl?:CoverageExplanation}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
CheckId;
/** @type {string} */
Result;
/** @type {CoverageExplanation} */
Expl;
}
export class CoverageEffect {
/** @param {{Icon?:string,Text?:string,RuleId?:string,Expl?:CoverageExplanation}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Icon;
/** @type {string} */
Text;
/** @type {string} */
RuleId;
/** @type {CoverageExplanation} */
Expl;
}
export class CoverageCandidate {
/** @param {{ContactId?:number,Name?:string,FirstName?:string,Initials?:string,Rank?:number,DiffLine?:string,CostLine?:string,CostTone?:string,RankExpl?:CoverageExplanation,MarginPct?:number,MarginTone?:string,Loaded?:number,Billed?:number,OtHours?:number,OtPremium?:number,Checks?:CoverageCandidateCheck[],Preview?:CoverageEffect[],Confirm?:CoverageEffect[],HasWarn?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
ContactId;
/** @type {string} */
Name;
/** @type {string} */
FirstName;
/** @type {string} */
Initials;
/** @type {number} */
Rank;
/** @type {string} */
DiffLine;
/** @type {string} */
CostLine;
/** @type {string} */
CostTone;
/** @type {CoverageExplanation} */
RankExpl;
/** @type {?number} */
MarginPct;
/** @type {string} */
MarginTone;
/** @type {?number} */
Loaded;
/** @type {?number} */
Billed;
/** @type {?number} */
OtHours;
/** @type {?number} */
OtPremium;
/** @type {CoverageCandidateCheck[]} */
Checks = [];
/** @type {CoverageEffect[]} */
Preview = [];
/** @type {CoverageEffect[]} */
Confirm = [];
/** @type {boolean} */
HasWarn;
}
export class CoverageBlockedCandidate {
/** @param {{ContactId?:number,Name?:string,Initials?:string,Reason?:string,ChangeChip?:string,Expl?:CoverageExplanation}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
ContactId;
/** @type {string} */
Name;
/** @type {string} */
Initials;
/** @type {string} */
Reason;
/** @type {string} */
ChangeChip;
/** @type {CoverageExplanation} */
Expl;
}
export class CoverageOfferInfo {
/** @param {{CoverageOfferId?:number,ContactId?:number,Name?:string,Ring?:number,Channel?:string,Status?:string,SentAtUtc?:string,RespondedAtUtc?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
CoverageOfferId;
/** @type {number} */
ContactId;
/** @type {string} */
Name;
/** @type {number} */
Ring;
/** @type {string} */
Channel;
/** @type {string} */
Status;
/** @type {string} */
SentAtUtc;
/** @type {?string} */
RespondedAtUtc;
}
export class CoverageApprovalInfo {
/** @param {{CoverageApprovalId?:number,CoverageGapId?:number,Type?:string,Status?:string,RequestedAtUtc?:string,Effects?:CoverageEffect[],ContactId?:number,ContactName?:string,DecidedAtUtc?:string,DecisionNote?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
CoverageApprovalId;
/** @type {number} */
CoverageGapId;
/** @type {string} */
Type;
/** @type {string} */
Status;
/** @type {string} */
RequestedAtUtc;
/** @type {CoverageEffect[]} */
Effects = [];
/** @type {?number} */
ContactId;
/** @type {string} */
ContactName;
/** @type {?string} */
DecidedAtUtc;
/** @type {string} */
DecisionNote;
}
export class CoverageGapEventInfo {
/** @param {{EventType?:string,Channel?:string,Detail?:string,ContactName?:string,AtUtc?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
EventType;
/** @type {string} */
Channel;
/** @type {string} */
Detail;
/** @type {string} */
ContactName;
/** @type {string} */
AtUtc;
}
export class CoverageMoveOption {
/** @param {{Key?:string,Label?:string,Detail?:string,Expl?:CoverageExplanation}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Key;
/** @type {string} */
Label;
/** @type {string} */
Detail;
/** @type {CoverageExplanation} */
Expl;
}
export class CoverageNoShowAttempt {
/** @param {{AtUtc?:string,Channel?:string,Note?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
AtUtc;
/** @type {string} */
Channel;
/** @type {string} */
Note;
}
export class CoverageNoShowState {
/** @param {{GraceUntilUtc?:string,Attempts?:CoverageNoShowAttempt[],DeclaredAtUtc?:string,AttendanceNote?:boolean,FalseAlarm?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
GraceUntilUtc;
/** @type {CoverageNoShowAttempt[]} */
Attempts = [];
/** @type {?string} */
DeclaredAtUtc;
/** @type {boolean} */
AttendanceNote;
/** @type {boolean} */
FalseAlarm;
}
export class CoverageLeaveCheckpoint {
/** @param {{AtUtc?:string,Note?:string,ByName?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
AtUtc;
/** @type {string} */
Note;
/** @type {string} */
ByName;
}
export class CoverageLeaveState {
/** @param {{Fmla?:boolean,Began?:string,EstReturn?:string,CheckpointDays?:number,NextCheckpointUtc?:string,Checkpoints?:CoverageLeaveCheckpoint[],InterimContactId?:number,InterimName?:string,InterimStart?:string,InterimEnd?:string,RequisitionOpened?:boolean,StaffPostingId?:number,ChainedGapIds?:number[],ParentLeaveGapId?:number,RestoredAtUtc?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {boolean} */
Fmla;
/** @type {string} */
Began;
/** @type {?string} */
EstReturn;
/** @type {number} */
CheckpointDays;
/** @type {?string} */
NextCheckpointUtc;
/** @type {CoverageLeaveCheckpoint[]} */
Checkpoints = [];
/** @type {?number} */
InterimContactId;
/** @type {string} */
InterimName;
/** @type {?string} */
InterimStart;
/** @type {?string} */
InterimEnd;
/** @type {boolean} */
RequisitionOpened;
/** @type {?number} */
StaffPostingId;
/** @type {number[]} */
ChainedGapIds = [];
/** @type {?number} */
ParentLeaveGapId;
/** @type {?string} */
RestoredAtUtc;
}
export class CoverageGap {
/** @param {{CoverageGapId?:number,CoverageGapUID?:string,BranchId?:string,Status?:string,Track?:string,OutContactID?:number,OutName?:string,OutInitials?:string,JobID?:number,JobName?:string,ProjectID?:number,WorkerScheduleItemID?:number,WindowStart?:string,WindowEnd?:string,Reason?:string,MustFill?:boolean,MustFillExpl?:CoverageExplanation,FilledByContactID?:number,FilledByName?:string,RecordNo?:string,DecidedPolicyVersionId?:number,CreatedAt?:string,UpdatedAt?:string,QualifiedLine?:string,Candidates?:CoverageCandidate[],Blocked?:CoverageBlockedCandidate[],Offers?:CoverageOfferInfo[],Approvals?:CoverageApprovalInfo[],Timeline?:CoverageGapEventInfo[],MoveOptions?:CoverageMoveOption[],OrderExpl?:CoverageExplanation,AssignmentMode?:string,NoShow?:CoverageNoShowState,Leave?:CoverageLeaveState,CustomerName?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
CoverageGapId;
/** @type {string} */
CoverageGapUID;
/** @type {?string} */
BranchId;
/** @type {string} */
Status;
/** @type {string} */
Track;
/** @type {?number} */
OutContactID;
/** @type {string} */
OutName;
/** @type {string} */
OutInitials;
/** @type {?number} */
JobID;
/** @type {string} */
JobName;
/** @type {?number} */
ProjectID;
/** @type {?number} */
WorkerScheduleItemID;
/** @type {string} */
WindowStart;
/** @type {string} */
WindowEnd;
/** @type {string} */
Reason;
/** @type {boolean} */
MustFill;
/** @type {CoverageExplanation} */
MustFillExpl;
/** @type {?number} */
FilledByContactID;
/** @type {string} */
FilledByName;
/** @type {string} */
RecordNo;
/** @type {?number} */
DecidedPolicyVersionId;
/** @type {string} */
CreatedAt;
/** @type {?string} */
UpdatedAt;
/** @type {string} */
QualifiedLine;
/** @type {CoverageCandidate[]} */
Candidates = [];
/** @type {CoverageBlockedCandidate[]} */
Blocked = [];
/** @type {CoverageOfferInfo[]} */
Offers = [];
/** @type {CoverageApprovalInfo[]} */
Approvals = [];
/** @type {CoverageGapEventInfo[]} */
Timeline = [];
/** @type {CoverageMoveOption[]} */
MoveOptions = [];
/** @type {CoverageExplanation} */
OrderExpl;
/** @type {string} */
AssignmentMode;
/** @type {CoverageNoShowState} */
NoShow;
/** @type {CoverageLeaveState} */
Leave;
/** @type {string} */
CustomerName;
}
export class CoverageGapResponse {
/** @param {{Gap?:CoverageGap,ChainedPreview?:number,CanSeePay?:boolean,ResponseStatus?:ResponseStatus}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {CoverageGap} */
Gap;
/** @type {?number} */
ChainedPreview;
/** @type {boolean} */
CanSeePay;
/** @type {ResponseStatus} */
ResponseStatus;
}
export class CoverageSwapProposeRequest {
/** @param {{AItemId?:number,BItemId?:number,Directed?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
AItemId;
/** @type {number} */
BItemId;
/** @type {boolean} */
Directed;
}
JavaScript CoverageSwapProposeRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /v1/coverage/swap HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<CoverageSwapProposeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<AItemId>0</AItemId>
<BItemId>0</BItemId>
<Directed>false</Directed>
</CoverageSwapProposeRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<CoverageGapResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<CanSeePay>false</CanSeePay>
<ChainedPreview>0</ChainedPreview>
<Gap>
<Approvals>
<CoverageApprovalInfo>
<ContactId>0</ContactId>
<ContactName>String</ContactName>
<CoverageApprovalId>0</CoverageApprovalId>
<CoverageGapId>0</CoverageGapId>
<DecidedAtUtc>0001-01-01T00:00:00</DecidedAtUtc>
<DecisionNote>String</DecisionNote>
<Effects>
<CoverageEffect>
<Expl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</Expl>
<Icon>String</Icon>
<RuleId>String</RuleId>
<Text>String</Text>
</CoverageEffect>
</Effects>
<RequestedAtUtc>0001-01-01T00:00:00</RequestedAtUtc>
<Status>String</Status>
<Type>String</Type>
</CoverageApprovalInfo>
</Approvals>
<AssignmentMode>String</AssignmentMode>
<Blocked>
<CoverageBlockedCandidate>
<ChangeChip>String</ChangeChip>
<ContactId>0</ContactId>
<Expl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</Expl>
<Initials>String</Initials>
<Name>String</Name>
<Reason>String</Reason>
</CoverageBlockedCandidate>
</Blocked>
<BranchId>00000000-0000-0000-0000-000000000000</BranchId>
<Candidates>
<CoverageCandidate>
<Billed>0</Billed>
<Checks>
<CoverageCandidateCheck>
<CheckId>String</CheckId>
<Expl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</Expl>
<Result>String</Result>
</CoverageCandidateCheck>
</Checks>
<Confirm>
<CoverageEffect>
<Expl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</Expl>
<Icon>String</Icon>
<RuleId>String</RuleId>
<Text>String</Text>
</CoverageEffect>
</Confirm>
<ContactId>0</ContactId>
<CostLine>String</CostLine>
<CostTone>String</CostTone>
<DiffLine>String</DiffLine>
<FirstName>String</FirstName>
<HasWarn>false</HasWarn>
<Initials>String</Initials>
<Loaded>0</Loaded>
<MarginPct>0</MarginPct>
<MarginTone>String</MarginTone>
<Name>String</Name>
<OtHours>0</OtHours>
<OtPremium>0</OtPremium>
<Preview>
<CoverageEffect>
<Expl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</Expl>
<Icon>String</Icon>
<RuleId>String</RuleId>
<Text>String</Text>
</CoverageEffect>
</Preview>
<Rank>0</Rank>
<RankExpl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</RankExpl>
</CoverageCandidate>
</Candidates>
<CoverageGapId>0</CoverageGapId>
<CoverageGapUID>00000000-0000-0000-0000-000000000000</CoverageGapUID>
<CreatedAt>0001-01-01T00:00:00</CreatedAt>
<CustomerName>String</CustomerName>
<DecidedPolicyVersionId>0</DecidedPolicyVersionId>
<FilledByContactID>0</FilledByContactID>
<FilledByName>String</FilledByName>
<JobID>0</JobID>
<JobName>String</JobName>
<Leave>
<Began>0001-01-01T00:00:00</Began>
<ChainedGapIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>0</d4p1:int>
</ChainedGapIds>
<CheckpointDays>0</CheckpointDays>
<Checkpoints>
<CoverageLeaveCheckpoint>
<AtUtc>0001-01-01T00:00:00</AtUtc>
<ByName>String</ByName>
<Note>String</Note>
</CoverageLeaveCheckpoint>
</Checkpoints>
<EstReturn>0001-01-01T00:00:00</EstReturn>
<Fmla>false</Fmla>
<InterimContactId>0</InterimContactId>
<InterimEnd>0001-01-01T00:00:00</InterimEnd>
<InterimName>String</InterimName>
<InterimStart>0001-01-01T00:00:00</InterimStart>
<NextCheckpointUtc>0001-01-01T00:00:00</NextCheckpointUtc>
<ParentLeaveGapId>0</ParentLeaveGapId>
<RequisitionOpened>false</RequisitionOpened>
<RestoredAtUtc>0001-01-01T00:00:00</RestoredAtUtc>
<StaffPostingId>0</StaffPostingId>
</Leave>
<MoveOptions>
<CoverageMoveOption>
<Detail>String</Detail>
<Expl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</Expl>
<Key>String</Key>
<Label>String</Label>
</CoverageMoveOption>
</MoveOptions>
<MustFill>false</MustFill>
<MustFillExpl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</MustFillExpl>
<NoShow>
<Attempts>
<CoverageNoShowAttempt>
<AtUtc>0001-01-01T00:00:00</AtUtc>
<Channel>String</Channel>
<Note>String</Note>
</CoverageNoShowAttempt>
</Attempts>
<AttendanceNote>false</AttendanceNote>
<DeclaredAtUtc>0001-01-01T00:00:00</DeclaredAtUtc>
<FalseAlarm>false</FalseAlarm>
<GraceUntilUtc>0001-01-01T00:00:00</GraceUntilUtc>
</NoShow>
<Offers>
<CoverageOfferInfo>
<Channel>String</Channel>
<ContactId>0</ContactId>
<CoverageOfferId>0</CoverageOfferId>
<Name>String</Name>
<RespondedAtUtc>0001-01-01T00:00:00</RespondedAtUtc>
<Ring>0</Ring>
<SentAtUtc>0001-01-01T00:00:00</SentAtUtc>
<Status>String</Status>
</CoverageOfferInfo>
</Offers>
<OrderExpl>
<Demand>String</Demand>
<Drill>String</Drill>
<Kind>String</Kind>
<Override>
<Consequence>String</Consequence>
<Who>String</Who>
</Override>
<PlainSentence>String</PlainSentence>
<RuleId>String</RuleId>
<RuleName>String</RuleName>
<Source>
<CascadeLevel>String</CascadeLevel>
<PolicyName>String</PolicyName>
</Source>
<WhatWouldChangeIt>String</WhatWouldChangeIt>
<WhyItExists>String</WhyItExists>
</OrderExpl>
<OutContactID>0</OutContactID>
<OutInitials>String</OutInitials>
<OutName>String</OutName>
<ProjectID>0</ProjectID>
<QualifiedLine>String</QualifiedLine>
<Reason>String</Reason>
<RecordNo>String</RecordNo>
<Status>String</Status>
<Timeline>
<CoverageGapEventInfo>
<AtUtc>0001-01-01T00:00:00</AtUtc>
<Channel>String</Channel>
<ContactName>String</ContactName>
<Detail>String</Detail>
<EventType>String</EventType>
</CoverageGapEventInfo>
</Timeline>
<Track>String</Track>
<UpdatedAt>0001-01-01T00:00:00</UpdatedAt>
<WindowEnd>0001-01-01T00:00:00</WindowEnd>
<WindowStart>0001-01-01T00:00:00</WindowStart>
<WorkerScheduleItemID>0</WorkerScheduleItemID>
</Gap>
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
<d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Meta>
</d2p1:ResponseError>
</d2p1:Errors>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
</ResponseStatus>
</CoverageGapResponse>