$.ajax({
url: 'test.php',
type: "POST",
data: {
HCID
},
success: data => {
// КОД В СЛУЧАЕ SUCCESS
},
error: result => {
// КОД В СЛУЧАЕ ERROR
}
});