POST api/UBGetCustomerUserDefinedFieldValue
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"FieldCode": "sample string 1",
"UBAccountInfo": {
"BOOK_NUM": "sample string 1",
"ACCT_NUM": "sample string 2",
"SEQ_NUM": "sample string 3"
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"UBCustomerUserDefinedVal": {
"BOOK_NUM": "sample string 1",
"ACCT_NUM": "sample string 2",
"SEQ_NUM": "sample string 3",
"UB_USER_DEF_FIELD_CODE": "sample string 4",
"UB_CUST_USER_DEF_VAL1": "sample string 5",
"INS_USER": "sample string 6",
"INS_DATE": "2026-07-19T02:23:21.8373757-07:00",
"UPD_USER": "sample string 7",
"UPD_DATE": "2026-07-19T02:23:21.8373757-07:00"
}
}