Fetch Manual Communication Details
post
/obcr-correspondence-services/commdetails/fetchManualCommDetails
This endpoint is used to get manual commnunication details.
Request
Supported Media Types
- application/json
- application/xml
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.
Request Body that contains data required for getting a new Communication Template.
Root Schema : ManualCommDetailsRequest
Type:
object
Manual Communication Details model
Show Source
-
accountId:
string
Account ID
-
isAdhocTask:
string
Adhoc Task Status
-
strategyCode:
string
Stratey Code
-
taskName:
string
Task Name
-
taskSeq:
integer
Task Sequence
-
taskType:
string
Task Type
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Root Schema : FetchCommDetails
Type:
object
Manual Communication model
Show Source
-
dmTmAdviceDTO:
array dmTmAdviceDTO
Communication Template Collection model
-
partyDetailsCommColl:
object partyDetailsCommColl
Party Details model
Nested Schema : partyDetailsCommColl
Type:
object
Party Details model
Show Source
-
Array of:
object PartyDetailsCommColl
Collection of Party Details for Communication.
Nested Schema : DmTmAdviceDTO
Type:
Show Source
object
-
code:
string
-
default:
boolean
Default
-
description:
string
-
id:
string
ID
-
selected:
boolean
-
TaskMasterId:
string
Task master ID
Nested Schema : PartyDetailsCommColl
Type:
object
Collection of Party Details for Communication.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object PartyDetailsComm
Communication Party Details model
Nested Schema : PartyDetailsComm
Type:
object
Communication Party Details model
Show Source
-
acctRelTypeCd:
string
Relationship Type Code of the Party
-
customerName:
string
Name of the Party
-
partyCommDetailList:
array partyCommDetailList
-
partyId:
string
Party Id
Nested Schema : partyCommDetailList
Type:
Show Source
array
-
Array of:
object PartyCommDetailList
Party Communication Detail model
Nested Schema : PartyCommDetailList
Type:
object
Party Communication Detail model
Show Source
-
addressLine1:
string
Address1 value of the Party
-
addressLine2:
string
Address2 value of the Party
-
addressLine3:
string
Address3 value of the Party
-
addressLine4:
string
Address4 value of the Party
-
addressType:
string
Address type of the Party
-
addressValue:
string
Address value of the Party
-
city:
string
City name of the Party
-
countryCd:
string
Country code of the Party
-
preferredFlag:
string
Preferred Flag of the party
-
stateCd:
string
State code of the Party
-
zipCd:
string
Zip Code of the Party
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error