Manage Related Document Links
ManageRelatedDocumentLinks
This service adds, updates, and deletes one or more Related Document links for a specific opportunity.
Input Parameters
This service requires the following request parameter(s):
| Input Parameter | Description | Required/Optional | Business Rules | Web Service Schema |
|---|---|---|---|---|
| OpportunityID | Opportunity ID | Required |
|
GrantsCommonElements: OpportunityID |
| ModificationComments | Modification Comments | Optional |
|
GrantsCommonElements: ModificationComments |
| CreateLink | Create Link | Optional (Multiple occurrences allowed) |
|
GrantsRelatedDocument_V1.0: CreateLink |
| UpdateLink | Update Link | Optional (Multiple occurrences allowed) |
|
GrantsRelatedDocument_V1.0: UpdateLink |
| DeleteLink | Delete Link | Optional (Multiple occurrences allowed) |
|
GrantsRelatedDocument_V1.0: DeleteLink |
Return Values
This service returns a collection of objects containing the following details:
| Return Value | Comment / Example | Required/Optional | Web Service Schema |
|---|---|---|---|
| CompletionStatus | Success, Partial, Fail | Required | GrantsCommonElements: CompletionStatus |
| ErrorDetails | Optional | GrantsCommonElements: ErrorDetails | |
| CreateLinkResult | Optional (May have multiple occurrences) | GrantsRelatedDocument_V1.0: CreateLinkResult | |
| UpdateLinkResult | Optional (May have multiple occurrences) | GrantsRelatedDocument_V1.0: UpdateLinkResult | |
| DeleteLinkResult | Optional (May have multiple occurrences) | GrantsRelatedDocument_V1.0: DeleteLinkResult |
