Update Existing Party Name Details
put
/dmpartyname-service/partynames
This endpoint is used to update an existing Party Name details.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: string
The user ID of requesting user.
Request Body that contains data required for updating an existing Party Name details.
Root Schema : DmFeedPartyNameWrapperDTO
Type:
objectCollection of DmFeedPartyNames.
Show Source
-
custNbr(optional):
string
Customer Number.
-
partyName(optional):
array partyName
-
prdProcessrCd(optional):
string
Product Processor Code.
Nested Schema : partyName
Type:
Show Source
array-
Array of:
object DmFeedPartyNameDTO
DmFeedPartyName DTO
Nested Schema : DmFeedPartyNameDTO
Type:
objectDmFeedPartyName DTO
Show Source
-
custNbr(optional):
string
custNbr of the dmfeedparty
-
DmFeedPartyMasterId(optional):
string
-
firstName(optional):
string
firstName of the dmfeedparty
-
firstPrefixDesc(optional):
string
firstPrefixDesc of the dmfeedparty
-
firstPrefixId(optional):
string
firstPrefixId of the dmfeedparty
-
fullName(optional):
string
fullName of the dmfeedparty
-
lastName(optional):
string
lastName of the dmfeedparty
-
middleNameFirst(optional):
string
middleNameFirst of the dmfeedparty
-
middleNameSecond(optional):
string
middleNameSecond of the dmfeedparty
-
nameTypCd(optional):
string
nameTypCd of the dmfeedparty
-
prdProcessrCd(optional):
string
prdProcessrCd of the dmfeedentity
-
primaryNameFlg(optional):
string
primaryNameFlg of the dmfeedparty
-
rcdType(optional):
string
rcdType of the dmfeedentity
-
secondPrefixDesc(optional):
string
secondPrefixDesc of the dmfeedparty
-
secondPrefixId(optional):
string
secondPrefixId of the dmfeedparty
-
shortName(optional):
string
shortName of the dmfeedparty
-
suffixDesc(optional):
string
suffixDesc of the dmfeedparty
-
suffixId(optional):
string
suffixId of the dmfeedparty
-
udf1(optional):
number
udf1 of the dmfeedparty
-
udf10(optional):
number
udf10 of the dmfeedparty
-
udf11(optional):
number
udf11 of the dmfeedparty
-
udf12(optional):
number
udf12 of the dmfeedparty
-
udf13(optional):
number
udf13 of the dmfeedparty
-
udf14(optional):
number
udf14 of the dmfeedparty
-
udf15(optional):
number
udf15 of the dmfeedparty
-
udf16(optional):
number
udf16 of the dmfeedparty
-
udf17(optional):
number
udf17 of the dmfeedparty
-
udf18(optional):
number
udf18 of the dmfeedparty
-
udf19(optional):
number
udf19 of the dmfeedparty
-
udf2(optional):
number
udf2 of the dmfeedparty
-
udf20(optional):
number
udf20 of the dmfeedparty
-
udf21(optional):
number
udf21 of the dmfeedparty
-
udf22(optional):
number
udf22 of the dmfeedparty
-
udf23(optional):
number
udf23 of the dmfeedparty
-
udf24(optional):
number
udf24 of the dmfeedparty
-
udf25(optional):
number
udf25 of the dmfeedparty
-
udf26(optional):
number
udf26 of the dmfeedparty
-
udf27(optional):
number
udf27 of the dmfeedparty
-
udf28(optional):
number
udf28 of the dmfeedparty
-
udf29(optional):
number
udf29 of the dmfeedparty
-
udf3(optional):
number
udf3 of the dmfeedparty
-
udf30(optional):
number
udf30 of the dmfeedparty
-
udf31(optional):
string
udf31 of the dmfeedparty
-
udf32(optional):
string
udf32 of the dmfeedparty
-
udf33(optional):
string
udf33 of the dmfeedparty
-
udf34(optional):
string
udf34 of the dmfeedparty
-
udf35(optional):
string
udf35 of the dmfeedparty
-
udf36(optional):
string
udf36 of the dmfeedparty
-
udf37(optional):
string
udf37 of the dmfeedparty
-
udf38(optional):
string
udf38 of the dmfeedparty
-
udf39(optional):
string
udf39 of the dmfeedparty
-
udf4(optional):
number
udf4 of the dmfeedparty
-
udf40(optional):
string
udf40 of the dmfeedparty
-
udf41(optional):
string
udf41 of the dmfeedparty
-
udf42(optional):
string
udf42 of the dmfeedparty
-
udf43(optional):
string
udf43 of the dmfeedparty
-
udf44(optional):
string
udf44 of the dmfeedparty
-
udf45(optional):
string
udf45 of the dmfeedparty
-
udf46(optional):
string
udf46 of the dmfeedparty
-
udf47(optional):
string
udf47 of the dmfeedparty
-
udf48(optional):
string
udf48 of the dmfeedparty
-
udf49(optional):
string
udf49 of the dmfeedparty
-
udf5(optional):
number
udf5 of the dmfeedparty
-
udf50(optional):
string
udf50 of the dmfeedparty
-
udf6(optional):
number
udf6 of the dmfeedparty
-
udf7(optional):
number
udf7 of the dmfeedparty
-
udf8(optional):
number
udf8 of the dmfeedparty
-
udf9(optional):
number
udf9 of the dmfeedparty
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation.
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.