Support #13214
web service cardUpdateContactInfoConf clarification
Status: | Closed | Start date: | 28 February 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | chok yee fan | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - | |||
Phase: | R1 | Branch Code: | showroom-proj-base-i5 |
Description
Help to check what data required, currently hitting the error if pass following request to BE.
web service
cardUpdateContactInfoConf
{"branchIndex":null,"cardDeliveryAddressType":null,"corAddress1":null,"corAddress2":null,"corAddress3":null,"corAddress4":null,"corCity":null,"corCountry":null,"corPostCode":null,"corState":null,"emailId":null,"empAddress1":null,"empAddress2":null,"empAddress3":null,"empAddress4":null,"empCity":null,"empCountry":null,"empName":null,"empPostCode":null,"empState":null,"homeNumber":null,"isUpdateCorrespondance":"N","isUpdateEmployment":"N","isUpdatePersonal":"N","mailingAddressTye":null,"mobileNo":null,"officeNumber":null,"pAddress1":null,"pAddress2":null,"pAddress3":null,"pAddress4":null,"pCity":null,"pCountry":null,"pPostCode":null,"pState":null,"stateIndex":null}
History
#1 Updated by santhosh Krishna almost 3 years ago
this following field are required:
emailId
mobileNo
mailingAddressTye
cardDeliveryAddressType
for cardDeliveryAddressType data that will accept is
P/E/C/B
for MailingAddressTye data that will accept is
P/E/C
example
{
cardDeliveryAddressType : "P",
MailingAddressTye : "P"
}
#2 Updated by santhosh Krishna almost 3 years ago
- Assignee changed from santhosh Krishna to chok yee fan
#3 Updated by chok yee fan almost 3 years ago
- Tracker changed from Clarification to Support
- Status changed from New to Closed
hardcode at FE for that parameter to pass BE error