Update Existing Party Employment Details
put
/dmpartyemployment-service/partyemployments
This endpoint is used to update an existing Party employment 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 updating an existing Party employment details.
Root Schema : DmFeedPartyEmploymentWrapperDTO
Type:
object
Collection of DmFeedPartyEmployments.
Show Source
-
custNbr:
string
Customer Number
-
partyEmployment:
array partyEmployment
-
prdProcessrCd:
string
Product Processor Code
Nested Schema : partyEmployment
Type:
Show Source
array
-
Array of:
object DmFeedPartyEmploymentDTO
DmFeedPartyEmployment DTO
Nested Schema : DmFeedPartyEmploymentDTO
Type:
object
DmFeedPartyEmployment DTO
Show Source
-
companyTyp:
string
companyTyp of the dmfeedparty
-
custNbr:
string
custNbr of the dmfeedparty
-
designationTxt:
string
designationTxt of the dmfeedparty
-
employerName:
string
employerName of the dmfeedparty
-
employmentStatusCd:
string
employmentStatusCd of the dmfeedparty
-
employmentTypCd:
string
employmentTypCd of the dmfeedparty
-
empSeqId:
string
empSeqId of the dmfeedparty
-
endDt:
string
endDt of the dmfeedparty
-
grsAnnualIncome:
number
grsAnnualIncome of the dmfeedparty
-
industryTyp:
string
industryTyp of the dmfeedparty
-
prdProcessrCd:
string
prdProcessrCd of the dmfeedentity
-
professionTyp:
string
professionTyp of the dmfeedparty
-
rcdType:
string
rcdType of the dmfeedentity
-
startDt:
string
startDt of the dmfeedparty
-
udf1:
number
udf1 of the dmfeedparty
-
udf10:
number
udf10 of the dmfeedparty
-
udf11:
number
udf11 of the dmfeedparty
-
udf12:
number
udf12 of the dmfeedparty
-
udf13:
number
udf13 of the dmfeedparty
-
udf14:
number
udf14 of the dmfeedparty
-
udf15:
number
udf15 of the dmfeedparty
-
udf16:
number
udf16 of the dmfeedparty
-
udf17:
number
udf17 of the dmfeedparty
-
udf18:
number
udf18 of the dmfeedparty
-
udf19:
number
udf19 of the dmfeedparty
-
udf2:
number
udf2 of the dmfeedparty
-
udf20:
number
udf20 of the dmfeedparty
-
udf21:
number
udf21 of the dmfeedparty
-
udf22:
number
udf22 of the dmfeedparty
-
udf23:
number
udf23 of the dmfeedparty
-
udf24:
number
udf24 of the dmfeedparty
-
udf25:
number
udf25 of the dmfeedparty
-
udf26:
number
udf26 of the dmfeedparty
-
udf27:
number
udf27 of the dmfeedparty
-
udf28:
number
udf28 of the dmfeedparty
-
udf29:
number
udf29 of the dmfeedparty
-
udf3:
number
udf3 of the dmfeedparty
-
udf30:
number
udf30 of the dmfeedparty
-
udf31:
string
udf31 of the dmfeedparty
-
udf32:
string
udf32 of the dmfeedparty
-
udf33:
string
udf33 of the dmfeedparty
-
udf34:
string
udf34 of the dmfeedparty
-
udf35:
string
udf35 of the dmfeedparty
-
udf36:
string
udf36 of the dmfeedparty
-
udf37:
string
udf37 of the dmfeedparty
-
udf38:
string
udf38 of the dmfeedparty
-
udf39:
string
udf39 of the dmfeedparty
-
udf4:
number
udf4 of the dmfeedparty
-
udf40:
string
udf40 of the dmfeedparty
-
udf41:
string
udf41 of the dmfeedparty
-
udf42:
string
udf42 of the dmfeedparty
-
udf43:
string
udf43 of the dmfeedparty
-
udf44:
string
udf44 of the dmfeedparty
-
udf45:
string
udf45 of the dmfeedparty
-
udf46:
string
udf46 of the dmfeedparty
-
udf47:
string
udf47 of the dmfeedparty
-
udf48:
string
udf48 of the dmfeedparty
-
udf49:
string
udf49 of the dmfeedparty
-
udf5:
number
udf5 of the dmfeedparty
-
udf50:
string
udf50 of the dmfeedparty
-
udf6:
number
udf6 of the dmfeedparty
-
udf7:
number
udf7 of the dmfeedparty
-
udf8:
number
udf8 of the dmfeedparty
-
udf9:
number
udf9 of the dmfeedparty
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation.
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.