POST api/BLSaveCustomer
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"IsNew": true,
"SaveAfterValidation": true,
"CustomerDetails": {
"BL_CUST_CODE": "sample string 1",
"JUR_NUM": "sample string 2",
"ROLL_NUM": "sample string 3",
"CLIENT_CODE": "sample string 4",
"ADDRESS_NUM": 1,
"BL_LICENCEE_NAME": "sample string 5",
"BUSINESS_DESC": "sample string 6",
"BL_CUST_STATUS": "sample string 7",
"UNIT_NUM_FRM": "sample string 8",
"UNIT_NUM_TO": "sample string 9",
"STREET_NUM_FRM": "sample string 10",
"STREET_NUM_TO": "sample string 11",
"STREET_NAME": "sample string 12",
"STREET_DIR": "sample string 13",
"CON_CLIENT_CODE": "sample string 14",
"CON_ADDRESS_NUM": 1,
"CORP_CLIENT_CODE": "sample string 15",
"CORP_ADDRESS_NUM": 1,
"BILL_TO_CODE": "sample string 16",
"HOME_OPER_FLAG": "sample string 17",
"RESIDENT_FLAG": "sample string 18",
"BL_ZONE_CODE": "sample string 19",
"BL_MAP_NUM": "sample string 20",
"BL_SQUARE_FOOTAGE": "sample string 21",
"BL_CUST_TYPE_CODE": "sample string 22",
"INS_USER": "sample string 23",
"INS_DATE": "2026-05-28T10:49:59.0035416-07:00",
"UPD_USER": "sample string 24",
"UPD_DATE": "2026-05-28T10:49:59.0035416-07:00",
"LICENCE_TYPE": "sample string 25",
"BL_VCH_DISPLAY": "sample string 26",
"VCH_PIN": "sample string 27",
"BL_BUSINESS_NAME_CUSTOM": "sample string 28",
"BL_CLIENT_ADDRESS_INDEXDESC_CUSTOM": "sample string 29",
"BL_MAILING_ADDRESS_CUSTOM": "sample string 30",
"BL_CLIENT_FAX_CUSTOM": "sample string 31",
"BL_CLIENT_TYPE_CUSTOM": "sample string 32",
"BL_CLIENT_EMAIL_CUSTOM": "sample string 33",
"BL_CLIENT_CONTACT_NAME": "sample string 34",
"BL_CLIENT_CONTACT_PHONE1": "sample string 35",
"BL_CLIENT_CONTACT_PHONE2": "sample string 36",
"BL_CLIENT_CONTACT_EMAIL": "sample string 37",
"BL_OWNER_NAME_CUSTOM": "sample string 38",
"BL_OWNER_CLIENT_ADDRESS_INDEXDESC_CUSTOM": "sample string 39",
"BL_OWNER_ADDRESS_CUSTOM": "sample string 40",
"BL_OWNER_FAX_CUSTOM": "sample string 41",
"BL_OWNER_CLIENT_TYPE_CUSTOM": "sample string 42",
"BL_OWNER_CLIENT_EMAIL_CUSTOM": "sample string 43",
"BL_OWNER_CONTACT_NAME": "sample string 44",
"BL_OWNER_CONTACT_PHONE1": "sample string 45",
"BL_OWNER_CONTACT_PHONE2": "sample string 46",
"BL_OWNER_CONTACT_EMAIL": "sample string 47",
"BL_CORPORATE_NAME_CUSTOM": "sample string 48",
"BL_CORPORATE_ADDRESS_INDEXDESC_CUSTOM": "sample string 49",
"BL_CORPORATE_ADDRESS_CUSTOM": "sample string 50",
"BL_CORPORATE_FAX_CUSTOM": "sample string 51",
"BL_CORPORATE_CLIENT_TYPE_CUSTOM": "sample string 52",
"BL_CORPORATE_CLIENT_EMAIL_CUSTOM": "sample string 53",
"BL_CORPORATE_CONTACT_NAME": "sample string 54",
"BL_CORPORATE_CONTACT_PHONE1": "sample string 55",
"BL_CORPORATE_CONTACT_PHONE2": "sample string 56",
"BL_CORPORATE_CONTACT_EMAIL": "sample string 57",
"PROP_FOLIO_NUMBER": "sample string 58",
"ORIG_HASH": "sample string 59",
"CustomFieldList": [
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
}
]
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}