Retrieve Onload Data
get
/obedm-correspondence-services/commtemplate/onload
This endpoint is used to retrieve the onload data.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
seedTypCd(required): string
Code of the Seed data type that needs to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the Communication Template based on given id.
Root Schema : DmTmCommTemplateOnloadWrapperDTO
Type:
object
Collection of list of Communication Template
Show Source
Nested Schema : DmTmCommTemplateOnloadDTO
Type:
Show Source
object
-
DmTmCommPurposeDtlsDTO:
array DmTmCommPurposeDtlsDTO
Collection of list of Communication Purpose
-
DmTmRecipientDataDtlsDTO:
array DmTmRecipientDataDtlsDTO
Collection of list of Recipient Data
-
seedTypeCd:
string
Seed Type Code
Nested Schema : DmTmCommPurposeDtlsDTO
Type:
array
Collection of list of Communication Purpose
Show Source
Nested Schema : DmTmRecipientDataDtlsDTO
Type:
array
Collection of list of Recipient Data
Show Source
Nested Schema : DmTmCommPurposeDtlsDTO
Type:
Show Source
object
-
commPurposeCd:
string
Communication Purpose Code
-
description:
string
Description
Nested Schema : DmTmRecipientDataDtlsDTO
Type:
Show Source
object
-
description:
string
Description
-
seedCd:
string
Seed Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error