Update an Existing Offer Status
put
/obcr-Settlement-services/settlementDetails/updateStatus
This endpoint is used to Update an existing settlement status of an offer.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application identifier for identification.
-
branchCode(required): string
Branch code of the user or request origin.
-
contentType: string
Content type of the request payload.
-
userId(required): string
User identifier for authentication and authorization.
This is the payload for saving settlement offer related details
Root Schema : OfferStatusUpdateDto
Type:
objectSettlement Offer Update
Show Source
-
accountId:
string
Account ID
-
caseId:
string
Case ID
-
offerId:
string
Offer ID
-
promiseAmount:
number
Settlement Amount
-
promiseDate:
string
Last Date for settlement
-
ptpCreatedBy:
string
User Id of valid user who can create the promise
-
ptpTypeCode:
string
PTP Type Code
-
settlementStatusCode:
string
Settlement Status Code
-
taskId:
string
Task Id
-
taskTypeCd:
string
Task Type Code
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated Promise to Pay Type.
Nested Schema : ResponseResourceSupport
Type:
objectNested Schema : items
Type:
object400 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