Send Manual Communication
post
/obcr-correspondence-services/commdetails/sendManualComm
This endpoint is used to send manual commnunication.
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 creating a new Communication Template.
Root Schema : ManualCommSendRequest
Type:
object
Manual Communication model
Show Source
-
accountId:
string
Account ID
-
applyFollowUpDateToAllTask:
string
Apply Status to All Account
-
caseId:
string
Case ID
-
followUpDate:
string
Follow up date
-
notes:
string
Notes
-
partyDetail:
array partyDetail
-
taskId:
string
Task ID
-
taskStatus:
string
Task Code
-
templateCode:
string
Template Code
Nested Schema : PartyDetail
Type:
object
PartyDetails model
Show Source
-
acctRelTypeCd:
string
Relationship Type Code of the Party
-
addressLine1:
string
AddressLine1 of the Party
-
addressLine2:
string
AddressLine2 of the Party
-
addressLine3:
string
AddressLine3 of the Party
-
addressLine4:
string
AddressLine4 of the Party
-
city:
string
City of the Party
-
countryCd:
string
CountryCd of the Party
-
customerName:
string
Name of the Party
-
emailId:
string
Email id of the Party
-
partyId:
string
Party ID
-
phoneNo:
string
Phone no of the Party
-
stateCd:
string
StateCd of the Party
-
zipCd:
string
ZipCd of the Party
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of success or failure
Root Schema : ResponseDtoWrapper
Type:
object
Response Data Transfer object
Show Source
-
data:
object ResponseResourceSupport
-
messages:
object ResponseDto
Response Data Transfer object
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
object
Response Data Transfer object
Show Source
-
codes:
array codes
Codes
-
id:
string
ID
-
requestId:
string
Request ID
-
status:
string
Status
Nested Schema : ResponseCode
Type:
object
Response code
Show Source
-
arg:
string
Argument
-
args:
array args
Arguments
-
Code:
string
Code
-
Desc:
string
Description
-
Language:
string
Language
-
Type:
string
Type
Nested Schema : items
Type:
object
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